Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.app.shinzo.ai/spotlight/analytics/sessions/shared/{shareToken} \ --header 'Authorization: Bearer <token>'
View a shared session using the share token. This endpoint is public.
curl -X GET https://api.app.shinzo.ai/spotlight/analytics/sessions/shared/shr_xyz789abc123
{ "session": { "session_id": "my-app-session-123", "start_time": "2025-01-15T10:00:00Z", "end_time": "2025-01-15T11:30:00Z", "total_requests": 15, "total_input_tokens": 12450, "total_output_tokens": 8320 }, "interactions": [ { "timestamp": "2025-01-15T10:00:00Z", "model": "claude-sonnet-4-20250514", "input_tokens": 120, "output_tokens": 85 } ] }
200
404