# Get exam questions **GET /api/v1/student/{studentId}/exams/{examId}/questions** Retrieves exam questions with strict access control. Only available when exam is RELEASED (within timeframe) or COMPLETED. ## 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 questions retrieved successfully ### 400 Cannot access exam questions (wrong status, outside timeframe, not enrolled) ### 404 Student or exam not found [Powered by Bump.sh](https://bump.sh)