Queue snapshot for a single agent
Requests a live snapshot of the specified agent’s SQLite job queue (typing, stop typing, read receipt jobs).
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.
Path parameters
phoneNumber
Agent iMessage number (E.164).
Query parameters
limit
includeText
textPreviewLen
timeoutMs
Response
Queue snapshot
ok
data
Endpoint-specific payload wrapped in a standard success envelope.
meta
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error
504
Gateway Timeout Error
