GET /api/v1/student/{studentId}/exams/{examId}/preview

Retrieves minimal exam metadata for preview before starting an attempt. Questions are not included.

Path parameters

  • studentId string Required

    Unique identifier of the student

  • examId string Required

    Unique identifier of the exam

Responses

  • 200

    Exam preview retrieved successfully

  • 400

    Cannot access exam preview (not enrolled, invalid status)

  • 404

    Student or exam not found

GET /api/v1/student/{studentId}/exams/{examId}/preview
curl \
 --request GET 'http://localhost:3500/api/v1/student/uuid-string/exams/uuid-string/preview'