Work Pools
Read Workers
Read all worker processes
POST
/
api
/
work_pools
/
{work_pool_name}
/
workers
/
filter
Headers
Path Parameters
The work pool name
Body
application/json
Filter by Worker.last_heartbeat_time
.
Required range:
x > 0
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
200 - application/json
The name of the worker.
The work pool with which the queue is associated.
The last time the worker process sent a heartbeat.
The number of seconds to expect between heartbeats sent by the worker.
Current status of the worker.
Available options:
ONLINE
, OFFLINE
Was this page helpful?