Messages

List messages in a thread

List messages in a thread with cursor pagination.

get/threads/{threadId}/messages

Path parameters

threadIdstring uuid required

Thread ID to list messages for.

Query parameters

limitinteger

Maximum number of messages to return per page.

cursorstring uuid

Cursor from a previous response's nextCursor to fetch the next page.

Response

OK

nextCursorstring uuid nullable required

Pass as 'cursor' to fetch the next page. Null when there are no more results.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.