Was this helpful?
7
GET /flows/stats HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
OK
{ "totalRuns": 1, "successfulRuns": 1, "failedRuns": 1, "averageDuration": 1, "mostFrequentFlow": { "flowId": 1, "flowName": "text", "runCount": 1 }, "runsByDay": [ { "date": "2025-04-25T09:11:24.689Z", "runCount": 1 } ], "currentlyRunningJobs": 1 }