GET
/
api
/
work_queues
/
{id}
/
status

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The work queue id

Response

200 - application/json
healthy
boolean
required

Whether or not the work queue is healthy.

late_runs_count
integer
default: 0

The 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
required

The policy used to determine whether or not the work queue is healthy.