OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/workflows', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 0, "name": "text", "description": "text", "createdAt": "2025-01-16T17:39:55.274Z" } ]