# Get Student Results (Legacy) **GET /api/v1/student/{studentId}/results** Retrieve academic results and grades for a specific student - Legacy endpoint, use /grades instead ## 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 results retrieved successfully #### Body: application/json (object) - **message** (string) Success message - **grades** (array[object]) Student results ### 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)