OK
const response = await fetch('https://api.laminar.run/workflow/{id}/executions', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 0, "status": "SUCCESS", "startedAt": "2025-01-16T17:59:44.114Z", "completedAt": "2025-01-16T17:59:44.114Z" } ]