Skip to main content
GET
/
api
/
analytics
/
calls
/
{call_id}
Get Call Analytics
curl --request GET \
  --url https://api.example.com/api/analytics/calls/{call_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.originsai.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

call_id
string
required

Response

Successful Response