# Get exam preview **GET /api/v1/student/{studentId}/exams/{examId}/preview** Retrieves minimal exam metadata for preview before starting an attempt. Questions are not included. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **studentId** (string) Unique identifier of the student - **examId** (string) Unique identifier of the exam ## Responses ### 200 Exam preview retrieved successfully ### 400 Cannot access exam preview (not enrolled, invalid status) ### 404 Student or exam not found [Powered by Bump.sh](https://bump.sh)