Task Runs
Read Dashboard Task Run Counts
POST
/
api
/
ui
/
task_runs
/
dashboard
/
counts
Headers
x-prefect-api-version
string
Body
application/json
task_runs
object
requiredFilter task runs. Only task runs matching all criteria will be returned
flows
object | null
Filter for flows. Only flows matching all criteria will be returned.
flow_runs
object | null
Filter flow runs. Only flow runs matching all criteria will be returned
deployments
object | null
Filter for deployments. Only deployments matching all criteria will be returned.
work_pools
object | null
Filter work pools. Only work pools matching all criteria will be returned
work_queues
object | null
Filter work queues. Only work queues matching all criteria will be returned
Response
200 - application/json
The response is of type object[]
.
Was this page helpful?