Conversations
List conversations
get/agents/{agentId}/conversations
Path parameters
agentIdstring required
The unique identifier of the agent
Query parameters
limitinteger
cursorstring
userIdentifierstring
Filter by user identifier
userContextobject
Arbitrary userContext filters, encoded as a deep object. Example: GET /conversations?userContext[userId]=42&userContext[orgId]=12
Response
Page of conversations
Changes
Changed in 2 of the 29 revisions of this API.11
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
- ○
endpoint added
endpoint-added
- ○