GET
/
chat
/
{chatId}
/
interactions
Get Chat Interactions
curl --request GET \
  --url https://api.isosceles.ai/chat/{chatId}/interactions \
  --header 'Authorization: Basic <encoded-value>'
{
"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
header
required

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

The response is of type object[].