List Messages
Chat — Messages
List Messages
Fetch messages in a conversation or thread
GET
List Messages
Returns a cursor-paginated list of ChatMessage objects. By default returns the main conversation stream (excludes thread replies). PassDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
parentId to fetch replies for a specific thread.
The caller must be a member. Former members (who left) can only read messages up to when they left.
Path Parameters
The ID of the conversation.
Query Parameters
If provided, returns thread replies to this message instead of the main stream.
ISO 8601 timestamp. Returns messages created before this time. Used for loading older messages. Mutually exclusive with
after.ISO 8601 timestamp. Returns messages created after this time. Used for loading newer messages. Mutually exclusive with
before.Number of messages to return. Defaults to 50.
Sort order:
asc or desc. Defaults to desc for the main stream, asc for threads.Comma-separated list of extra fields to include. Currently supports
files. Example: include=files.Response
Array of message objects. Each includes
reactionCounts, userReactions, user, and quotedMessage fields. File attachments are included only when include=files is specified.Whether more messages exist in the requested direction.
ISO timestamp of the oldest message in this page.
null if no messages were returned.ISO timestamp of the newest message in this page.
null if no messages were returned.Error Responses
Forbidden — 403
Forbidden — 403

