OpenAPI 3.1.02026-08-129761,1542.0 MB
035e923935c1
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