OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/workflows', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
[ { "id": 0, "name": "text", "description": "text", "createdAt": "2025-01-22T04:38:38.279Z" } ]