AI Chat
List AI Chat Sessions
List Sessions based on Document (single-doc) or Organization (multi-doc). Provide both Organization and Document IDs to fetch all single-doc Sessions for that particular Document, and provide only the Organization ID for all multi-doc Sessions in the Organization
GET
/
api
/
ai
/
session
/
list
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The unique ID of the Organization
The unique ID of the Document, if desired
Response
200 - application/json
Creation time, by UTC
List of Document IDs in this Session
Unique ID of this Session
Whether this is a multi-doc chat session
Session metadata, for internal use
Unique ID of Organization
Unique ID of user
Whether this session can only be seen by its creator, or by the whole Workspace
Available options:
shared
, private