Skip to main content
GET
Retrieve a call

Authorizations

Authorization
string
header
required

Your Wixzel Voice API key: Authorization: Bearer wv_live_.... Keys are scoped; grant only what the integration needs.

Path Parameters

id
string
required
Pattern: ^[0-9a-f]{24}$
Example:

"6a96a3ead6e886d42462dd3e"

Response

The call

id
string
required
Pattern: ^[0-9a-f]{24}$
Example:

"6a96a3ead6e886d42462dd3e"

object
enum<string>
required
Available options:
call
session_id
string
required

Stable id for this call across logs, usage and webhooks.

status
enum<string>
required
Available options:
queued,
ringing,
in-progress,
completed,
failed,
busy,
no-answer,
canceled
direction
enum<string>
required
Available options:
inbound,
outbound
agent_id
string | null
required
Pattern: ^[0-9a-f]{24}$
Example:

"6a96a3ead6e886d42462dd3e"

lead_id
string | null
required
Pattern: ^[0-9a-f]{24}$
Example:

"6a96a3ead6e886d42462dd3e"

campaign_id
string | null
required
Pattern: ^[0-9a-f]{24}$
Example:

"6a96a3ead6e886d42462dd3e"

from
string | null
required
to
string | null
required
duration_seconds
integer | null
required
engine
string | null
required
recording_url
string | null
required
summary
string | null
required
cost_micros
integer | null
required

Micro-USD. 1_000_000 = $1.00.

Example:

194000

started_at
string<date-time> | null
required

ISO 8601, always UTC.

Example:

"2026-09-01T12:00:00.000Z"

ended_at
string<date-time> | null
required

ISO 8601, always UTC.

Example:

"2026-09-01T12:00:00.000Z"