List Sessions
Spotlight
List Sessions
Get a paginated list of sessions with aggregated metrics.
GET
List Sessions
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token authentication.Query Parameters
Start date (ISO 8601)
End date (ISO 8601)
Filter by specific session ID
Filter by model name
Filter by provider
Results per page
Pagination offset
Sort field
Sort direction (
asc, desc)Available sort options:
start_time, end_time, total_requests, total_input_tokens, total_output_tokens, session_id.Example Request
Response
Status Codes
| Code | Description |
|---|---|
200 | Success |
401 | Unauthorized - invalid or missing JWT token |
400 | Bad request - invalid query parameters |

