OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/workflows', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "name": "text", "description": "text", "createdAt": "2024-11-21T06:28:55.960Z" } ]