List conversations
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/agent_builder/conversations</span></div>Refer to Spaces for more information.
List all conversations for a user. Use the optional agent ID to filter conversations by a specific agent. To learn more about agent conversations, refer to the agent chat documentation.<br/><br/>[Required authorization] Route required privileges: agentBuilder:read.
Query parameters
Optional agent ID to filter conversations by a specific agent.
Page number, 1-based.
Number of results per page. Maximum 1000.
Sort direction for results, ordered by updated_at.
Filter to pinned (true) or unpinned (false) conversations. Omit to return all.
Response
Indicates a successful response
Changes
Changed in 1 of the 176 revisions of this API.14
- ●
for the
queryrequest parameteragent_id, the maxLength was set to64request-parameter-max-length-set
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterper_pagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpinnednew-optional-request-parameter
- ○
added the new optional
queryrequest parametersort_ordernew-optional-request-parameter
- ●
Of the 176 revisions, 20 have no diff computed.