# Get detailed information about a specific material **GET /api/v1/materials/detail/{materialId}** Retrieve comprehensive details about a specific material including its associations. **Returns:** - Complete material information - Unit offering details - Associated lesson information - Upload metadata **Use Cases:** - Material detail page - Download preparation - Material management - Audit and tracking ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **materialId** (string) UUID of the material to get details for ## Responses ### 200 Material details retrieved successfully #### Body: application/json (object) - **material** (object) - **unitOffering** (object) - **associatedLessons** (array[object]) ### 400 Bad Request - Material not found [Powered by Bump.sh](https://bump.sh)