Work Pools
Read Work Pool
Read a work pool by name
GET
/
api
/
work_pools
/
{name}
Headers
Path Parameters
The work pool name
Response
200 - application/json
An ORM representation of a work pool
The name of the work pool.
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 > 0
The current status of the work pool.
Available options:
READY
, NOT_READY
, PAUSED
The id of the pool's default queue.
Was this page helpful?