# Get Student Dashboard **GET /api/v1/student/{studentId}/dashboard** Retrieve comprehensive student dashboard with profile, statistics, active units, upcoming assessments, recent grades, and notifications - everything a student LMS dashboard should have ## 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 dashboard retrieved successfully #### Body: application/json (object) - **message** (string) Success message - **success** (boolean) Success status - **dashboard** (object) Dashboard data ### 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)