Skip to main content
GET
Get call

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

Voice agent ID.

Example:

"550e8400-e29b-41d4-a716-446655440000"

call_id
string<uuid>
required

Call ID.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Call.

id
string<uuid>
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

agent_id
string<uuid>
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

phone_number
string
required
call_direction
string
required
arguments
object
required
rendered_prompt
string
required
livekit_room_name
string
required

Internal runtime identifier.

status
string
required
created_at
string<date-time>
required
Example:

"2026-01-15T10:30:00Z"

updated_at
string<date-time>
required
Example:

"2026-01-15T10:30:00Z"

web_session_origin
enum<string> | null
Available options:
dashboard_test,
api
livekit_dispatch_id
string | null

Internal dispatch identifier.

call_started_at
string<date-time> | null
Example:

"2026-01-15T10:30:00Z"

call_ended_at
string<date-time> | null
Example:

"2026-01-15T10:30:00Z"

call_duration_ms
integer | null
call_end_reason
string | null
finalized_at
string<date-time> | null
Example:

"2026-01-15T10:30:00Z"

call_duration_source
string | null
error_message
string | null
livekit_session_report
object | null

Internal runtime diagnostics; structure may change.

call_events
object[]
tool_executions
object[]