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
        }
      ]
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.