Was this helpful?
/flows/stats
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 }, "currentlyRunningJobs": 1, "runsByDay": [ { "date": "2025-02-28T07:15:18.878Z", "runCount": 1 } ] }