conversations
List conversations
List the caller's conversations (most recently updated first, excluding deleted ones).
Required scope: `inference:run`
get/conversations
Query parameters
limitinteger
offsetinteger
principal_idstring
Filter by principal. If set, only conversations belonging to this principal are returned. If omitted, only conversations with no principal (principal_id is null) are returned. Mutually exclusive with all_principals=true (400 if both are set).
all_principalsboolean
If true, return conversations across all principals in the tenant. Mutually exclusive with principal_id (400 if both are set).
Response
Conversation list
Changes
Changed in 1 of the 71 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○
Of the 71 revisions, 18 have no diff computed.