Queue snapshot for all connected agents

View as Markdown

Fans out a queue_status request to every agent currently connected to this gateway instance and aggregates pending/processing job counts.

Authentication

X-App-Idstring

Your MessageBlue App ID, sent in clear on every request. It is paired with request signing: each request is also signed with your App Secret (see the Authentication tag). The App Secret itself is NEVER transmitted — it is only the HMAC signing key.

Query parameters

limitintegerOptional<=1000Defaults to 200
Max jobs returned per agent snapshot.
includeTextbooleanOptionalDefaults to true
textPreviewLenintegerOptionalDefaults to 200
timeoutMsintegerOptional500-30000Defaults to 5000

Per-agent WebSocket timeout in milliseconds.

Response

Aggregated queue status
okboolean
dataobject

Endpoint-specific payload wrapped in a standard success envelope.

metaobject

Errors

401
Unauthorized Error
500
Internal Server Error