v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-08170291390.5 KB
Work Pools

Read Work Pool

Read a work pool by name

get/api/work_pools/{name}

Path parameters

namestring required

The work pool name

The work pool name

Headers

x-prefect-api-versionstring

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.