GET
/
v1
/
calls
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

ID of the call to get

Response

200 - application/json
id
string

Identification number of the call

created_at
string

Time when the call was started in ISO 8601 standard, e.g. 2024-09-25T22:22:08.095646+00:00

direction
enum<string>

Direction of the call: inbound or outbound

Available options:
inbound,
outbound
duration
number

Duration of the call in minutes

conversations
object[]

A list of messages comprising the phone conversation so far

type
enum<string>
required

Type of the call

Available options:
full_ai,
transfer
to_number
string
required

Number to call. Phone numbers should be formatted in E.164 format with a + and country code, for example: +16175551212.

instruction
string
required

Detailed instruction for the call

transfer_number
string

Required if the call type is “transfer.” If you need to include an extension, separate the number and extension with a comma. For example: +0987654321,123.

voice_id
string

Voice ID to use for the call.

status_callback
string | null

Webhook URL to be called when the call status is updated.