Skip to main content
Returns a paginated list of messages within a conversation, ordered by sequence number. You can use after_message_id to fetch only messages added after a known point, which is useful for syncing new messages incrementally.
Permission required: project:conv_read

Path Parameters

conversationId
string
required
Conversation identifier

Query Parameters

page_size
integer
default:"20"
Number of messages to return per page
continuation_token
string
Token from a previous response to fetch the next page of results
after_message_id
string
Only return messages created after this message ID. Use this for incremental sync.

Response

data
object