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 http://localhost:8000/v1/console/student-performance/{user_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "average_score": 123, "per_case_study": [ { "attempt_count": 123, "best_session_id": "<string>", "case_study_id": "<string>", "case_study_title": "<string>", "final_score": 123, "latest_attempt_at": "2023-11-07T05:31:56Z" } ], "student_email": "<string>", "student_name": "<string>", "total_attempts": 123, "user_id": "<string>" }, "message": "<string>", "success": true }
Enter your JWT access token
Successful Response
Show child attributes