# Get CAT preview **GET /api/v1/student/{studentId}/cats/{catId}/preview** Retrieves minimal CAT 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 - **catId** (string) Unique identifier of the CAT ## Responses ### 200 CAT preview retrieved successfully ### 400 Cannot access CAT preview (not enrolled, invalid status) ### 404 Student or CAT not found [Powered by Bump.sh](https://bump.sh)