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
Changes
Changed in 1 of the 15 revisions of this API.1
- ○
the endpoint scheme security
ClassicAPIKeyHeaderwas added to the APIapi-security-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○