Was this helpful?
/workflow/{id}/executions
curl -L \ --url 'https://api.laminar.run/workflow/{id}/executions' \ --header 'Authorization: Bearer JWT'
[ { "id": 1, "startedAt": "2025-02-28T07:13:21.343Z", "completedAt": "2025-02-28T07:13:21.343Z", "status": "SUCCESS" } ]