Work Queues
Read Work Queues
Query for work queues.
POST
Headers
Body
application/json
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Required range:
x > 0
Filter work queues. Only work queues matching all criteria will be returned
Response
200 - application/json
The name of the work queue.
An optional concurrency limit for the work queue.
Required range:
x > 0
An optional description for the work queue.
DEPRECATED: Filter criteria for the work queue.
Whether or not the work queue is paused.
The last time an agent polled this queue for work.
The queue's priority. Lower values are higher priority (1 is the highest).
Required range:
x > 0
The queue status.
Available options:
READY
, NOT_READY
, PAUSED
The work pool with which the queue is associated.
The name of the work pool the work pool resides within.