Was this helpful?
curl -L \ --url 'https://api.laminar.run/flows/stats?workspaceId=1' \ --header 'Authorization: Bearer JWT'
{ "totalRuns": 1, "successfulRuns": 1, "failedRuns": 1, "averageDuration": 1, "mostFrequentFlow": { "flowId": 1, "flowName": "text", "runCount": 1 }, "runsByDay": [ { "date": "2025-04-01T23:59:44.242Z", "runCount": 1 } ], "currentlyRunningJobs": 1 }