GET
/
agents
/
{agent_id}
/
call-histories
{
  "items": [
    {
      "agent_id": "<string>",
      "agent_config": {},
      "duration": 123,
      "ts": 123,
      "chat": "<string>",
      "chars_used": 123,
      "session_id": "<string>",
      "call_id": "<string>",
      "cost_breakdown": [
        {}
      ],
      "voip": {},
      "recording": {},
      "metadata": {},
      "function_calls": [
        {}
      ],
      "call_status": "<string>"
    }
  ],
  "pagination": {
    "success": true
  }
}

Headers

token
string | null

Client Token

authorization
string | null

Private Key

Path Parameters

agent_id
string
required

Query Parameters

start_at
number | null
limit
integer
default:20

Response

200
application/json
Successful Response
items
object[]
required
pagination
object
required