# Get CAT questions **GET /api/v1/student/{studentId}/cats/{catId}/questions** Retrieves CAT questions with strict access control. Only available when CAT is ACTIVE, COMPLETED, or GRADED and past release date. ## 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 - **catId** (string) Unique identifier of the CAT ## Responses ### 200 CAT questions retrieved successfully ### 400 Cannot access CAT questions (wrong status, before release date, not enrolled) ### 404 Student or CAT not found [Powered by Bump.sh](https://bump.sh)