Retrieve detailed information about a specific call
Retrieve detailed information about a specific call by ID.
This endpoint requires an API key with the can_read_calls
permission.
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 |
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 |