# Get all lessons for a topic **GET /api/v1/topic/{id}/lessons** Retrieve all lessons (normal, online, practical) associated with a specific topic. Lessons are ordered by their sequence index. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **topic** (string) - **id** () UUID of the topic ## Responses ### 200 Lessons retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Topic not found [Powered by Bump.sh](https://bump.sh)