Task Runs
Count Task Runs
Count task runs.
POST
/
api
/
task_runs
/
count
Headers
x-prefect-api-version
string
Body
application/json
flows
object
Filter for flows. Only flows matching all criteria will be returned.
flow_runs
object
Filter flow runs. Only flow runs matching all criteria will be returned
task_runs
object
Filter task runs. Only task runs matching all criteria will be returned
deployments
object
Filter for deployments. Only deployments matching all criteria will be returned.
Response
200 - application/json
The response is of type integer
.
Was this page helpful?