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.toughtongueai.com/api/public/sessions \ --header 'Authorization: Bearer <token>'
{ "sessions": [ { "id": "session_abc123", "scenario_id": "scenario_xyz", "user_email": "user@example.com", "duration_seconds": 180, "status": "completed", "created_at": "2024-01-15T10:30:00Z" } ] }
List all sessions for your account