Work Queues
Read Work Queue Status
Get the status of a work queue.
GET
/
api
/
work_queues
/
{id}
/
status
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe work queue id
Response
200 - application/json
healthy
boolean
requiredWhether or not the work queue is healthy.
late_runs_count
integer
default: 0The number of late flow runs in the work queue.
last_polled
string | null
The last time an agent polled this queue for work.
health_check_policy
object
requiredThe policy used to determine whether or not the work queue is healthy.
Was this page helpful?