Skip to main content
GET
Get Live Call Status

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain your API key from the Dialgen API Keys dashboard at https://sa.dialgen.ai/api-keys

Query Parameters

callId
string
required

The ID returned from the POST /api/v1/call/dial endpoint

Example:

"call_clxabc123..."

Response

Call status retrieved successfully

callId
string
status
enum<string>
Available options:
SCHEDULED,
ONGOING,
COMPLETED,
MISSED,
FAILED
startTime
string<date-time>
phoneNumber
string
contactId
string
batchId
string | null
error
string | null
duration
number | null
recordingUrl
string | null