GET
/
chat
/
{chatId}
/
interactions
{
  "actor": "USER",
  "created_at": "Mon, 20 May 2024 06:11:58 GMT",
  "id": 1947,
  "message": "hi",
  "metadata": {},
  "reference": [],
  "thread_id": "d504386d-6cba-4e38-96f0-aa16b83e1cd8",
  "timestamp": "Mon, 20 May 2024 06:11:58 GMT"
}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

chatId
string
required

Response

200 - application/json
actor
string

The actor (USER or AI) of the interaction

created_at
string

The timestamp when the interaction was created

dw_data
object | null

The data related to the data warehouse integration

id
integer

The unique identifier of the interaction

message
string

The message content of the interaction

metadata
object | null

The metadata associated with the interaction

model
string | null

The name of the model used for the interaction

reference
object[] | null

The list of references associated with the interaction

thread_id
string

The ID of the chat thread associated with the interaction

timestamp
string

The timestamp when the interaction occurred

user_credits
integer | null

The number of credits used by the user for the interaction