Skip to main content
GET
/
logs
/
call-logs
/
{log_id}
Get Call Log
curl --request GET \
  --url https://api.dev.opencorpus.ai/logs/call-logs/{log_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

log_id
string
required

Response

Successful Response