Retrieve a paginated list of Langfuse observability traces for a specific LiveKit session.
Retrieve deep observability metrics and execution traces for a specific voice session. Powered by our Langfuse integration, traces provide a “under the hood” look at exactly what your Voice Agent was thinking and doing during a conversation. This endpoint is vital for debugging slow response times, auditing prompt logic, and tracking your exact LLM token costs per call.Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key header to authenticate this request. You can only view traces for sessions within your authorized scope.sessionId (Path Parameter): The unique UUID of the LiveKit session you want to inspect.page: The specific page of results you want to fetch (defaults to 1).limit: How many trace objects to return per page.traces array contains actionable insights:
latencySeconds: Exactly how long this specific generation or action took. If your agent is responding slowly, look for spikes here to identify the bottleneck.totalCostUsd: The calculated cost of the tokens consumed during this trace, allowing you to monitor unit economics on a per-call basis.observationCount: The number of individual steps or spans recorded within this trace.htmlPath: A highly useful localized path or URL you can use to visualize the trace in a graphical UI (if supported by your dashboard implementation).The unique UUID of the LiveKit session.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The page number to retrieve for pagination.
1
The maximum number of traces to return per page.
10