# Get Active Units **GET /api/v1/student/{studentId}/units/active** Retrieve all currently active units/courses for a specific student with complete details including lecturer information, semester details, and unit specifications ## 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 Active units retrieved successfully #### Body: application/json (object) - **message** (string) Success message - **success** (boolean) Success status - **units** (array[object]) Student units ### 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)