latestOpenAPI 3.0.02026-08-0819201.1 MB
411f9f98c01e
stats
Returns the amount of messages in input queues of all steps in the defined flow.
This request is authorized for any member of the given workspace.
get/stats/queues/{flow_id}
Path parameters
flow_idstring required
Flow identifier
Response
OK
Example response
{
"data": {
"id": "5b4f337bff4304610483ba67",
"attributes": {
"stats": [
{
"step_id": "step_1",
"total": 9,
"ready": 5,
"unacked": 1
}
]
}
}
}