Returns the current delivery status of a write operation. Use this to poll for completion after sending a message, reaction, etc.
Documentation Index
Fetch the complete documentation index at: https://messages.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use an API key as a bearer token: Authorization: Bearer sk_live_...
Each key has a set of scopes that gate which endpoints it can call:
messages:read, messages:write, chats:read, lines:read,
reactions:read, reactions:write, typing:read, typing:write,
receipts:read, receipts:write, webhooks:read, webhooks:write,
outbox:read, files:read, files:write. Keys can also be restricted
to a subset of lines.
Outbox item ID (prefixed with obx_)
"obx_abc123"
Outbox item
Delivery ID (e.g. obx_abc123)
pending: queued for deliveryclaimed: being processedsent: delivered successfullyfailed: delivery failed (see error field)pending, claimed, sent, failed The original request payload
Unix timestamp (ms) when delivery completed
Error message if delivery failed
Number of delivery attempts made
Maximum number of delivery attempts
Unix timestamp (ms) when the request was created