Skip to main content
GET
This endpoint retrieves a single call record by its unique database ID.

Path Parameters

  • call_id (integer, required): The unique identifier for the call you want to retrieve.

Response

The response is a JSON object containing the full details of the specified call. The structure is the same as the objects returned by the List Calls endpoint.
Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call_id
integer
required

Response

Successful Response

Schema for call response.

call_sid
string
required
to_phone_number
string
required
customer_phone_number
string
required
id
integer
required
assistant_id
integer
required
status
string
required
call_meta
Call Meta · object | null
assistant_name
string | null
flow_name
string | null
duration
integer | null
started_at
string<date-time> | null
ended_at
string<date-time> | null
total_cost
number | null
llm_cost
number | null
tts_cost
number | null
stt_cost
number | null
telephony_cost
number | null
cost_currency
string | null