Loading...
Loading...
View Langfuse session details with all traces. Use when analyzing conversation flows, checking session costs, or debugging multi-turn interactions.
npx skill4agent add neuradex/langfuse-skills langfuse-session-view| Variable | Required | Description |
|---|---|---|
| Yes | Langfuse public key |
| Yes | Langfuse secret key |
| No | Langfuse host URL (default: |
npx tsx scripts/langfuse-session-view.ts <sessionId>npx tsx scripts/langfuse-session-view.ts <sessionId> --limit=100npx tsx scripts/langfuse-session-view.ts <sessionId> --jsonLangfuse Session Detail
=======================
Session ID: se:9ed69537-5952-40ee-9d98-5e1197fc5726
Created: 2025-01-15 10:30:45
Project: project-123
Summary:
Total Traces: 74
Total Cost: $0.1234
Avg Latency: 856ms
Trace Types:
chunk-extraction: 70
chunking: 3
source-parse: 1
Traces (50 of 74):
----------------------------------------------------------------------------------------------------
Timestamp Name Latency Cost ID
----------------------------------------------------------------------------------------------------
2025-01-15 10:30:45 chunk-extraction:abc123 1234ms $0.0150 abc123...
2025-01-15 10:30:46 chunk-extraction:def456 856ms $0.0080 def456...| Field | Description |
|---|---|
| Session ID | Session identifier |
| Created | Creation timestamp |
| Project | Project ID |
| Total Traces | Total number of traces in the session |
| Total Cost | Estimated total cost for the session |
| Avg Latency | Average processing time |
| Trace Types | Trace count by name |