Headers
Body
application/json
Response
Successful Response
The response is of type HistoryResponse · object[]
.
[
{
"interval_start": "2023-11-07T05:31:56Z",
"interval_end": "2023-11-07T05:31:56Z",
"states": [
{
"state_type": "SCHEDULED",
"state_name": "<string>",
"count_runs": 123,
"sum_estimated_run_time": 123,
"sum_estimated_lateness": 123
}
]
}
]
Query for flow run history data across a given range and interval.
[
{
"interval_start": "2023-11-07T05:31:56Z",
"interval_end": "2023-11-07T05:31:56Z",
"states": [
{
"state_type": "SCHEDULED",
"state_name": "<string>",
"count_runs": 123,
"sum_estimated_run_time": 123,
"sum_estimated_lateness": 123
}
]
}
]
Successful Response
The response is of type HistoryResponse · object[]
.
Was this page helpful?