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