Get agent conversation by ID
Returns the conversation with paginated/sorted messages and filter metadata.
Message Pagination:
Messages are paginated newest-first: page=1 returns the most recent batch. Increment page to load older batches (used by the infinite-scroll "load older messages" feature).
- page: Page number (default: 1)
- limit: Messages per page (default: 20, max: 100)
Path parameters
Query parameters
Page number for message pagination (1 = most recent batch)
Number of messages per page
Field to sort messages by
Sort direction
Filter messages created on or after this date
Filter messages created on or before this date
Filter messages by type
Response
Agent conversation detail
Changes
Changed in 3 of the 15 revisions of this API.113
- ●
added the new
tool_callenum value to theconversation/messages/items/messageTyperesponse property for the response status200response-property-enum-value-added
- ○
added the optional property
conversation/messages/items/partsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
conversation/messages/items/reasoningto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
conversation/messages/items/toolsto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
conversation/messages/items/confidencebecame nullable for the status200response-property-became-nullable
- ▲