Skip to main content
GET
Get call

Authorizations

Authorization
string
header
required

Send your organization API key as Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

Call id

Response

Call

Public call record. cost is the customer-facing (marked-up) total; raw provider cost is not exposed.

id
string<uuid>
agent_id
string<uuid>
graph_version_id
string<uuid>
organization_id
string<uuid>
party_number
string
status
enum<string>

Call lifecycle status.

Available options:
connected,
started,
in_progress,
auth_failed,
ended
source
enum<string>

How the call entered the platform.

Available options:
twilio,
sip,
simulation,
api
termination_reason
string
extracted_variables
object[]
outbound
boolean
outbound_contact_id
string<uuid>
outbound_list_run_id
string<uuid>
created_at
string

RFC3339 timestamp

connected_at
string

RFC3339 timestamp when present

started_at
string

RFC3339 timestamp when present

ended_at
string

RFC3339 timestamp when present

summary
string
transcript
object

Conversation transcript. Omitted when not stored for the call.

cost
number

Marked-up total cost for the call.

tags
string[]
duration_seconds
integer

Approximate duration from started_at to ended_at when both are set.

feedback
object

Caller feedback; omitted when not set.