Retrieves a paginated list of call histories for the authenticated user’s current workspace. The call histories are returned using cursor-based pagination.
Documentation Index
Fetch the complete documentation index at: https://docs.colloqui.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
[
{
"id": "01kqh44f9wdwxghyfxsxs645s3",
"start_time": "2026-04-20T06:17:12.000000Z",
"end_time": "2026-04-26T20:29:54.000000Z",
"duration": "14:12:42",
"channel_type": "sms",
"cost": 8.7546,
"session_id": null,
"end_reason": "transfer",
"session_status": "active",
"from": "+13235266748",
"to": "+18067210719",
"direction": "inbound",
"session_outcome": "escalated",
"e2e_latency": 4195,
"agent_id": "01kqh44f9159fd9ry816nwb46k",
"workspace_id": "01kqh44f9fxkk4cqnahb88yhvb",
"created_at": "2026-05-01T06:38:05.000000Z",
"updated_at": "2026-05-01T06:38:05.000000Z",
"analysis": null
},
{
"id": "01kqh44fbvqbgte0z5h507bfj9",
"start_time": "2026-04-20T04:54:02.000000Z",
"end_time": "2026-04-21T04:56:02.000000Z",
"duration": "00:02:00",
"channel_type": "sms",
"cost": 0.9485,
"session_id": null,
"end_reason": "timeout",
"session_status": "active",
"from": "+12346235439",
"to": "+14327897092",
"direction": "outbound",
"session_outcome": "unresolved",
"e2e_latency": 3624,
"agent_id": "01kqh44fb2qhmca6gefg38v94v",
"workspace_id": "01kqh44fbecbxck2bn3x7z5tae",
"created_at": "2026-05-01T06:38:05.000000Z",
"updated_at": "2026-05-01T06:38:05.000000Z",
"analysis": null
}
]