Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-west.millis.ai/agents/{agent_id}/call-histories
{ "items": [ { "agent_config": {}, "duration": 123, "ts": 123, "chat": "<string>", "chars_used": 123, "session_id": "<string>", "cost_breakdown": [ {} ], "agent_id": "<string>", "call_id": "<string>", "voip": {}, "recording": {}, "metadata": {}, "function_calls": [ {} ], "call_status": "<string>" } ], "pagination": { "success": true } }
Private Key
Successful Response
Show child attributes