Skip to main content
Read multipart messages, replies, reactions, and delivery state.

The Message object

edited_at and unsent_at carry a time only on messages from before message editing and unsending were retired. On every message since, both are null.

Example

Example response from GET /v1/messages/{messageId}:

Operations

Errors

Common authentication, validation, and server errors apply alongside resource errors. Read error.message for the rejected condition. 1004, 1005, 2001, 2003, 2004, 2005, 2006, 2007, 2015, 2023, 2028, 3006.

Next steps