Queue snapshot for all connected agents
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
limit
Max jobs returned per agent snapshot.
includeText
textPreviewLen
timeoutMs
Per-agent WebSocket timeout in milliseconds.
Response
Aggregated queue status
ok
data
Endpoint-specific payload wrapped in a standard success envelope.
meta
Errors
401
Unauthorized Error
500
Internal Server Error
