Read Work Pool
Work Pools
Read Work Pool
Read a work pool by name
GET
Read Work Pool
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
Path Parameters
The work pool name
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.