Skip to content

Full thread payload for a root message: the root plus all of its replies, oldest-first. Independent of the channel pagination window so threads load reliably even for old roots scrolled out of the main history.

GET
/api/v1/workspaces/{workspace_id}/channels/{channel_id}/messages/{message_id}/replies
workspace_id
required
string

The ID of the workspace.

Example
01kxb0t5c4ccf16vp1qt0y0mer
channel_id
required
string

The ID of the channel.

Example
01kxb0t5839906v1bdnvfpm7x5
message_id
required
string

The ID of the message.

Example
01kxb0t58bwyzj7ptw08nysjh3
object
message
string
Unauthenticated.
{
"message": "Unauthenticated."
}