Skip to content
V2 (Legacy) API ReferenceGet started

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.

Fetch one message by ID, including its parts, reactions, delivery metadata, and thread pointer. See the Retrieve Message API reference.

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’s next_cursor. Omit for the first page.
  • limit — page size (max 100).
  • orderasc (oldest first, default) or desc.