Retrieve a paginated list of Langfuse observability traces for a specific LiveKit session.
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