# Get exam details **GET /api/v1/exam/{id}** Retrieve detailed information about a specific exam including questions, settings, and metadata. Access level determines the amount of detail returned. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) UUID of the exam ### Query parameters - **accessLevel** (string) Access level for the request - HIGH for admin/lecturer (includes all details), NORMAL for students (limited view) ## Responses ### 200 Exam details retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 401 Unauthorized - JWT token required ### 404 Exam not found [Powered by Bump.sh](https://bump.sh)