Was this helpful?
OK
const response = await fetch('https://lamapi3.azurewebsites.net/workflow/{id}/executions', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
[ { "id": 0, "status": "SUCCESS", "startedAt": "2025-02-02T00:56:26.383Z", "completedAt": "2025-02-02T00:56:26.383Z" } ]