Skip to main content
GET
/
logs
/
chat-logs
/
{session_id}
Get Chat Log By Session
curl --request GET \
  --url https://api.dev.opencorpus.ai/logs/chat-logs/{session_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

session_id
string
required

Response

Successful Response