OK
const response = await fetch('https://api.laminar.run/workflow/{id}/executions', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "status": "SUCCESS", "startedAt": "2024-11-21T06:29:33.354Z", "completedAt": "2024-11-21T06:29:33.354Z" } ]