Get call details and metrics

Returns full call details including all computed metrics.

The id parameter accepts either the internal integer ID or the call_identifier string you provided at ingestion.

Poll this endpoint after POST /calls until analysis_status is "computed" or "failed".

Authentication

AuthorizationBearer

JWT token from RubricHQ Settings → API Keys

Path parameters

idstringRequired

Internal call ID or your call_identifier

Response

Call details with metrics
agentobject or null
analysis_statusenum or null
- `pending` — analysis queued or in progress - `computed` — all metrics computed successfully - `failed` — analysis encountered an error
Allowed values:
call_directionenum or null
Allowed values:
call_end_reasonstring or null
call_identifierstring or null
call_timestampdatetime or null
created_atdatetime or null
customer_numberstring or null
duration_secondsinteger or null
idinteger or null
labelstring or null
metadataobject or null
recording_urlstring or null

Presigned URL to the stored recording (valid for 1 hour).

standard_metricslist of objects or null
transcriptlist of objects or null
transcription_statusenum or null
- `pending` — transcription not yet run (audio not yet available) - `completed` — transcript available (either provided or generated) - `failed` — transcription failed
Allowed values:

Errors