VoiceCallRead
Voice-call metadata attached one-to-one to a dialogue.
ID of the dialogue (conversation) this record relates to.
Stable call identifier assigned by the voice runtime.
Voice provider identifier. Public API value is voice.
voicesip_call_id objectrequired
Optional SIP-side call identifier, when the call used SIP.
- string
- null
sip_code objectrequired
Optional SIP status or termination code reported by the voice runtime.
- integer
- null
Voice call lifecycle status — active, completed, or failed.
Possible values: [active, completed, failed]
direction objectrequired
Whether the call is inbound or outbound.
- string
- null
Possible values: [inbound, outbound]
When the voice call started (UTC).
ended_at objectrequired
When the voice call ended (UTC), if it has ended.
- date-time
- null
duration_seconds objectrequired
Total call duration in seconds, if known.
- integer
- null
recording_s3_key objectrequired
S3 object key for the call recording, if one was produced.
- string
- null
usage_metadata objectrequired
Free-form usage metrics reported by the voice runtime, for example token, audio, or provider usage counters.
Free-form usage metrics reported by the voice runtime, for example token, audio, or provider usage counters.
latency_metadata objectrequired
Free-form latency metrics reported by the voice runtime, for example STT, LLM, TTS, or end-to-end timing.
Free-form latency metrics reported by the voice runtime, for example STT, LLM, TTS, or end-to-end timing.
Creation time (UTC, ISO 8601).
Last modification time (UTC, ISO 8601).
{
"dialogue_id": 0,
"external_call_id": "string",
"provider": "voice",
"sip_call_id": "string",
"sip_code": 0,
"status": "active",
"direction": "inbound",
"started_at": "2024-07-29T15:51:28.071Z",
"ended_at": "2024-07-29T15:51:28.071Z",
"duration_seconds": 0,
"recording_s3_key": "string",
"usage_metadata": {},
"latency_metadata": {},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}