# Get all online lessons for unit **GET /api/v1/unit-instance/{unit}/online-lessons** Retrieve all virtual/online lessons scheduled for a unit instance, including upcoming and past sessions. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **unit** (string) UUID of the unit instance (unit offering) ## Responses ### 200 Online lessons retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Unit not found [Powered by Bump.sh](https://bump.sh)