Your unique organization API key. Required on all requests.
Path parameters
The UUID of the call to retrieve. Returned as
call_id from the Trigger call endpoint.Response
Success (200 OK)
Human-readable status message.
The call details object.
The UUID of the AI agent that conducted the call.
Timestamp when the call record was created (ISO 8601).
Timestamp when the call record was last updated (ISO 8601).
Timestamp when the call started (ISO 8601). Null if not yet started.
Timestamp when the call ended (ISO 8601). Null if not yet ended.
Presigned URL to access the call transcript (valid for 60 minutes). Null if not available.
Presigned URL to access the call recording (valid for 60 minutes). Null if not available.
Current status of the call. One of:
PENDING, TRIGGERED, ONGOING, CALL_FINISHED, UNANSWERED, REJECTED.Additional variables associated with the call (e.g. metadata passed at trigger time). Null if none.
Errors
| Status | Description |
|---|---|
| 400 | Bad request — invalid call ID format |
| 404 | Call not found or does not belong to your company |
| 500 | Internal server error |