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

List thread messages

Returns messages in a thread using cursor-based pagination (oldest first). For guidance and examples, see https://pivot.app/docs/developers/rest-api/message-retrieval.

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?