Message Details
Retrieve a single message or every message in a thread.
Once a message has been sent, you can fetch its current state by ID or walk an entire reply thread. For sending, editing, deleting, and replying, see Sending Messages.
Get a single message
Section titled “Get a single message”Fetch one message by ID, including its parts, reactions, delivery metadata, and thread pointer. See the Retrieve Message API reference.
Get thread messages
Section titled “Get thread messages”Given any message ID in a thread, retrieve the originator and all replies. Threads are built by passing reply_to when sending. If the supplied message isn’t part of a thread, a single-message result is returned. See the List Messages Thread API reference.
Query parameters:
cursor— pagination cursor from the previous response’snext_cursor. Omit for the first page.limit— page size (max 100).order—asc(oldest first, default) ordesc.
Related
Section titled “Related”- Sending Messages — post, edit, delete, and reply
- Reactions — the reactions attached to each message part
- API Reference: Messages