# Get topic details **GET /api/v1/topic/{id}** Retrieve detailed information about a specific topic including its title, description, associated lessons, and learning 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 topic ## Responses ### 200 Topic 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 Topic not found [Powered by Bump.sh](https://bump.sh)