Get Scheduled Flow Runs For Deployments
Get scheduled runs for a set of deployments. Used by a runner to poll for work.
Headers
Body
The deployment IDs to get scheduled runs for
The maximum time to look for scheduled flow runs
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
The name of the flow run. Defaults to a random slug if not specified.
The id of the flow being run.
The id of the flow run's current state.
The id of the deployment associated with this flow run, if available.
The version of the deployment associated with this flow run.
The id of the run's work pool queue.
The work queue that handled this flow run.
The version of the flow executed in this flow run.
Parameters for the flow run.
An optional idempotency key for the flow run. Used to ensure the same flow run is not created multiple times.
Additional context for the flow run.
Defines of how a flow run should retry.
A list of tags on the flow run
If the flow run is a subflow, the id of the 'dummy' task in the parent flow used to track subflow state.
The type of the current flow run state.
SCHEDULED
, PENDING
, RUNNING
, COMPLETED
, FAILED
, CANCELLED
, CRASHED
, PAUSED
, CANCELLING
The name of the current flow run state.
The number of times the flow run was executed.
The flow run's expected start time.
The next time the flow run is scheduled to start.
The actual start time.
The actual end time.
Total run time. If the flow run was executed multiple times, the time of each run will be summed.
A real-time estimate of the total run time.
The difference between actual and expected start time.
Whether or not the flow run was automatically scheduled.
The block document defining infrastructure to use this flow run.
The id of the flow run as returned by an infrastructure block.
Optional information about the creator of this flow run.
The id of the flow run's work pool.
The name of the flow run's work pool.
The current state of the flow run.
Variables used as overrides in the base job template
Was this page helpful?