Get Queue Statistics
Get Queue Statistics through the OMA API.
?beta=true.Authorizations
OMA workspace API key.
Headers
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.
The version of the OMA API you want to use.
Read more about versioning and our version history here.
Path Parameters
Query Parameters
Selects the beta API contract for this endpoint. Must be true.
true Response
Successful Response
Statistics about the work queue for an environment.
Uses Redis Stream consumer group metrics for O(1) queries.
Number of work items waiting to be picked up (lag from consumer group)
RFC 3339 timestamp of oldest item in the work stream (includes both queued and pending items), null if stream empty
Number of work items being processed (polled but not acknowledged)
The type of object
"work_queue_stats"Number of workers that have polled for work in the last 30 seconds. Requires worker_id to be sent with poll requests.