Work Pools
Read Work Pools
Read multiple work pools
POST
Headers
Body
application/json
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Required range:
x > 0
Filter work pools. Only work pools matching all criteria will be returned
Response
200 - application/json
The name of the work pool.
The work pool type.
The work pool's base job template.
A concurrency limit for the work pool.
Required range:
x > 0
The id of the pool's default queue.
A description of the work pool.
Pausing the work pool stops the delivery of all work.
The current status of the work pool.
Available options:
READY
, NOT_READY
, PAUSED