v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-01-16170291390.7 KB
Work Pools

Read Work Pools

Read multiple work pools

post/api/work_pools/filter

Headers

x-prefect-api-versionstring

Request body

offsetinteger
limitinteger

Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.

Response

Successful Response

idstring uuid
createdstring date-time
updatedstring date-time
namestring required

The name of the work pool.

descriptionstring

A description of the work pool.

typestring required

The work pool type.

base_job_templateobject

The work pool's base job template.

is_pausedboolean

Pausing the work pool stops the delivery of all work.

concurrency_limitinteger

A concurrency limit for the work pool.

status'READY' | 'NOT_READY' | 'PAUSED'

Enumeration of work pool statuses.

default_queue_idstring uuid

The id of the pool's default queue.