# Get assignment questions **GET /api/v1/student/{studentId}/assignments/{assignmentId}/questions** Retrieves assignment questions with strict access control. Only available when assignment is ACTIVE/RELEASED and within valid timeframe. ## 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 - **assignmentId** (string) Unique identifier of the assignment ## Responses ### 200 Assignment questions retrieved successfully ### 400 Cannot access assignment questions (wrong status, outside timeframe, not enrolled) ### 404 Student or assignment not found [Powered by Bump.sh](https://bump.sh)