Read Work Pools
Work Pools
Read Work Pools
Read multiple work pools
POST
Read Work Pools
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 pool.
Pattern:
^[^/%&><]+$The work pool type.
A description of the work pool.
The work pool's base job template.
Pausing the work pool stops the delivery of all work.
A concurrency limit for the work pool.
Required range:
x >= 0The current status of the work pool.
Available options:
READY, NOT_READY, PAUSED The id of the pool's default queue.
The storage configuration for the work pool.
The number of concurrency slots occupied by pending or running flow runs. None when concurrency_limit is not set.