AI Chat
List chat messages in a Session
List all chat messages in an AI Session
GET
/
api
/
ai
/
session
/
{ai_session_id}
/
qa
/
list
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID of the AI Session
Response
200 - application/json
The unique ID of the AI Session this message belongs to
Time of message creation, in UTC
Unique ID of this message
Metadata, for internal use
The user-provided message to the AI
The AI's response to the user
Task ID for internal use
Progress on obtaining a response from the AI
ID of user who submitted the message
User's assessment of the AI response