cURL
curl --request GET \ --url https://api.qyl.dev/v1/pipelines/stats
{ "total_runs": 1, "success_rate": 0.5, "avg_duration_seconds": 123, "p95_duration_seconds": 123, "by_status": [ { "status": "pending", "count": 1, "percentage": 50 } ] }
Get pipeline statistics
Pipeline name filter
Start time
End time
The request has succeeded.
Pipeline statistics
Total runs
x >= 0
Success rate
0 <= x <= 1
Average duration in seconds
P95 duration in seconds
Runs by status
Show child attributes
Was this page helpful?