Work Queues

Read Work Queue Status

Get the status of a work queue.

get/api/work_queues/{id}/status

Path parameters

idstring uuid required

The work queue id

The work queue id

Headers

x-prefect-api-versionstring

Response

Successful Response

healthyboolean required

Whether or not the work queue is healthy.

late_runs_countinteger

The number of late flow runs in the work queue.

last_polledstring date-time

The last time an agent polled this queue for work.

Changes

No recorded changes to this endpoint across all 1 revision of this API.