# Get Resume Information **GET /api/v1/student/{studentId}/units/{studentUnitId}/resume** Retrieve the last accessed lesson and overall progress to allow students to resume exactly where they left off. Perfect for implementing "Continue Learning" features. ## 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 Resume information retrieved successfully #### Body: application/json (object) - **message** (string) Success message - **success** (boolean) Success status - **resumeData** (object) Resume information ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Student unit not found [Powered by Bump.sh](https://bump.sh)