Get Conversation Traces

Retrieve the per-call trace timeline for a conversation: the worker pipeline spans (STT, end-of-turn, LLM, TTS, tool calls, DTMF) in call order, each with its start offset from the beginning of the call and its duration, for rendering a latency waterfall. Returns an empty timeline for a call that never connected.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

idstringRequired

Response

The per-call trace timeline.

turnslist of objects
first_response_msdouble

Milliseconds to the agent’s first audio (greeting / first reply). Absent when the agent never started speaking.

end_reasonstring

How the call ended (e.g. caller_hangup), surfaced even when there are no completed turns.

Errors

401
Unauthorized Error
404
Not Found Error
503
Service Unavailable Error