# Get student attempts for a CAT **GET /api/v1/cats/{id}/attempts/{student}** Retrieves all attempts made by a specific student for a particular CAT, including scores and submission details. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) CAT ID - **student** (string) Student ID ## Responses ### 200 Student attempts retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 CAT or student not found, or no attempts found [Powered by Bump.sh](https://bump.sh)