Skip to main content
GET
/
session
/
conversations
/
{chat_id}
Get Conversation
curl --request GET \
  --url https://api.ara.so/session/conversations/{chat_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chat_id
string
required

Query Parameters

limit
integer
default:100
Required range: x <= 500

Response

Successful Response