Back
get /v2/rooms/{roomId}/threads/{parentId}/messages

List thread messages

Returns messages in a thread using cursor-based pagination. Messages are returned in ascending order (oldest first). For the first page, omit cursor parameters.

path params

roomIdstring required
parentIdstring required

query params

cursorSentAtstring

Cursor for pagination. Omit for first page.

cursorMessageIdstring

Required when cursor_sent_at is provided.

limitinteger

Responses

Was this guide helpful?