TelephonyCallTrace interface
Correlation from a durable telephony call record to its customer-facing Foundry trace.
Properties
| conversation_id | The voice-agent conversation identifier, when a conversation was created. |
| mode | Whether the trace was emitted live or after the call ended. |
| root_span_id | The root span identifier, when a trace was recorded. |
| status | The trace availability status. |
| trace_id | The W3C trace identifier, when a trace was recorded. |
Property Details
conversation_id
The voice-agent conversation identifier, when a conversation was created.
conversation_id?: string
Property Value
string
mode
Whether the trace was emitted live or after the call ended.
mode?: TelephonyCallTraceMode
Property Value
root_span_id
The root span identifier, when a trace was recorded.
root_span_id?: string
Property Value
string
status
The trace availability status.
status: TelephonyCallTraceStatus
Property Value
trace_id
The W3C trace identifier, when a trace was recorded.
trace_id?: string
Property Value
string