v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
assistant

List Messages

List a conversation's messages, latest first, cursor-paginated.

Pass next_cursor from a prior response back as cursor to load older messages. Cursor pagination is stable under concurrent writes - new messages can land at the head while the caller is scrolling back without causing duplicates or skipped rows.

get/assistant/conversations/{conversation_id}/messages

Path parameters

conversation_idstring uuid4 required

Query parameters

limitinteger
cursorstring nullable

Response

Successful Response

next_cursorstring nullable