cURL
curl --request GET \ --url https://api.isosceles.ai/chat/{chatId}/interactions \ --header 'Authorization: Basic <encoded-value>'
200
1
{ "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"}
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object[].
object[]