# Get Student Attempts **GET /api/v1/student/{studentId}/attempts** Retrieve all assessment attempts made by the student across assignments, CATs, and exams with detailed attempt information ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **studentId** (string) Unique identifier of the student ## Responses ### 200 Student attempts retrieved successfully #### Body: application/json (object) - **message** (string) Success message - **success** (boolean) Success status - **attempts** (array[object]) Student attempts ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Student not found [Powered by Bump.sh](https://bump.sh)