GET
/
api
/
work_queues
/
{id}
/
status
{
  "healthy": true,
  "late_runs_count": 0,
  "last_polled": "2023-11-07T05:31:56Z",
  "health_check_policy": {
    "maximum_late_runs": 123,
    "maximum_seconds_since_last_polled": 123
  }
}

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The work queue id

Response

200
application/json
Successful Response
healthy
boolean
required

Whether or not the work queue is healthy.

health_check_policy
object
required

The policy used to determine 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.