Skip to main content
POST
Get Scheduled Flow Runs

Headers

x-prefect-api-version
string

Path Parameters

name
string
required

The work pool name

Body

application/json
work_queue_names
string[]

The names of work pool queues

scheduled_before
string<date-time>

The maximum time to look for scheduled flow runs

scheduled_after
string<date-time>

The minimum time to look for scheduled flow runs

limit
integer

Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.

Response

Successful Response

work_pool_id
string<uuid>
required
work_queue_id
string<uuid>
required
flow_run
FlowRun · object
required

An ORM representation of flow run data.