# Get online lesson details **GET /api/v1/online-lesson/{id}** Retrieve detailed information about an online lesson including meeting link, scheduled time, duration, recording link, and associated materials. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) UUID of the online lesson ## Responses ### 200 Online lesson details retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 401 Unauthorized - Authentication required ### 404 Online lesson not found [Powered by Bump.sh](https://bump.sh)