Headers
Body
application/json
Defines flow run sorting options.
Available options:
ID_DESC
, START_TIME_ASC
, START_TIME_DESC
, EXPECTED_START_TIME_ASC
, EXPECTED_START_TIME_DESC
, NAME_ASC
, NAME_DESC
, NEXT_SCHEDULED_START_TIME_ASC
, END_TIME_DESC
Required range:
x <= 1000
Required range:
x >= 0
Filter for flows. Only flows matching all criteria will be returned.
Filter flow runs. Only flow runs matching all criteria will be returned
Filter task runs. Only task runs matching all criteria will be returned
Filter for deployments. Only deployments matching all criteria will be returned.
Filter work pools. Only work pools matching all criteria will be returned
Response
Successful Response
The flow run id.
The state type. Enumeration of state types.
Available options:
SCHEDULED
, PENDING
, RUNNING
, COMPLETED
, FAILED
, CANCELLED
, CRASHED
, PAUSED
, CANCELLING
The start time of the run, or the expected start time if it hasn't run yet.
The total run time of the run.
The delay between the expected and actual start time.