Work Pools
Get Scheduled Flow Runs
Load scheduled runs for a worker
POST
/
api
/
work_pools
/
{name}
/
get_scheduled_flow_runs
Headers
x-prefect-api-version
string
Path Parameters
name
string
requiredThe work pool name
Body
application/json
work_queue_names
string[]
The names of work pool queues
scheduled_before
string
The maximum time to look for scheduled flow runs
scheduled_after
string
The minimum time to look for scheduled flow runs
limit
integer
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
200 - application/json
work_pool_id
string
requiredwork_queue_id
string
requiredflow_run
object
requiredAn ORM representation of flow run data.
Was this page helpful?