POST
/
api
/
flow_runs
/
history
[
  {
    "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
      }
    ]
  }
]

Headers

x-prefect-api-version
string

Body

application/json

Response

200
application/json
Successful Response

The response is of type object[].