Get Call Details
Retrieve detailed information about a specific call by ID.Endpoint
Authentication
This endpoint requires an API key with thecan_read_calls
permission.
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
call_id | string | Yes | The ID of the call to retrieve. Can be either the database ID or the klen call_id |
Response
Error Codes
Status Code | Error Code | Description |
---|---|---|
401 | authentication_required | No API key was provided |
401 | invalid_key | The API key is invalid or inactive |
403 | permission_denied | The API key doesn’t have the required permission |
404 | not_found | Call not found or you do not have access |
500 | server_error | An unexpected server error occurred |