POST
/
api
/
ui
/
flow_runs
/
history

Headers

x-prefect-api-version
string

Body

application/json
deployments
object

Filter for deployments. Only deployments matching all criteria will be returned.

flow_runs
object

Filter flow runs. Only flow runs matching all criteria will be returned

flows
object

Filter for flows. Only flows matching all criteria will be returned.

limit
integer
default:
1000
Required range: x < 1000
offset
integer
default:
0
Required range: x > 0
sort
enum<string>

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
task_runs
object

Filter task runs. Only task runs matching all criteria will be returned

work_pools
object

Filter work pools. Only work pools matching all criteria will be returned

Response

200 - application/json
duration
number
required

The total run time of the run.

id
string
required

The flow run id.

lateness
number
required

The delay between the expected and actual start time.

state_type
enum<string>
required

The state type.

Available options:
SCHEDULED,
PENDING,
RUNNING,
COMPLETED,
FAILED,
CANCELLED,
CRASHED,
PAUSED,
CANCELLING
timestamp
string
required

The start time of the run, or the expected start time if it hasn't run yet.