Read Work Queues
Work Queues
Read Work Queues
Query for work queues.
POST
Read Work Queues
Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Body
application/json
Response
Successful Response
The name of the work queue.
Pattern:
^[^/%&><]+$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 >= 0The queue's priority. Lower values are higher priority (1 is the highest).
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 The number of concurrency slots currently in use. None when concurrency_limit is not set.