Skip to main content

Get orchestration queue stats

GET 

/api/v1/orchestrations/queue/stats

Returns a point-in-time snapshot of the orchestration run queue: how many tasks are waiting to be claimed (queue_depth), how many are currently claimed with a valid lease (claimed_tasks), the age of the oldest waiting task, recent claim-latency percentiles over a rolling in-process window, and a per-project breakdown. Intended for admin/operator policies; guarded by orchestrations:GetQueueStats. A project-scoped caller sees only their own projects under per_project.

Responses

Queue stats snapshot