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