# Get Detailed Unit Information **GET /api/v1/student/{studentId}/units/{studentUnitId}** Retrieve comprehensive information about a specific unit the student is enrolled in, including all topics, lessons, assignments, exams, resources, and progress tracking. This is the main view when a student selects a unit from their dashboard. ## 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 - **studentUnitId** (string) Unique identifier of the student unit enrollment ## Responses ### 200 Unit details retrieved successfully with all topics, lessons, and resources #### Body: application/json (object) - **message** (string) Success message - **success** (boolean) Success status - **unit** (object) Detailed unit information ### 400 Failed to fetch unit details ### 404 Student unit not found or does not belong to this student [Powered by Bump.sh](https://bump.sh)