Get Session Score Comparison
Session Scores
Get Session Score Comparison
Leaderboard: latest score per session for a metric, sorted by value.
Shows each session’s most recent score for the requested metric,
ranked by value. Use sort_order=asc to surface the worst-performing
sessions first (e.g. “Bottom 10 by agent_reliability”).
Auth: Bearer + X-Project-ID | X-API-Key + X-Project-Name
GET
Get Session Score Comparison
Documentation Index
Fetch the complete documentation index at: https://docs.pandaprobe.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Metric name to rank sessions by.
Sort order: 'asc' (worst first, good for finding problems) or 'desc' (best first).
Page size.
Required range:
1 <= x <= 100Number of items to skip.
Required range:
x >= 0
