# Get Filtered Assessments **GET /api/v1/student/{studentId}/assessments** Retrieve assessments with advanced filtering options including status, unit offering ID, student unit ID, type, and pagination with sorting capabilities ## 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 ### Query parameters - **status** (string) Assessment status filter - **unitOfferingId** (string) Unit offering ID filter - **studentUnitId** (string) Student unit ID filter - **type** (string) Assessment type filter - **page** (number) Page number for pagination - **limit** (number) Number of items per page - **sortBy** (string) Sort by field - **sortOrder** (string) Sort order ## Responses ### 200 Filtered assessments retrieved successfully #### Body: application/json (object) - **message** (string) Success message - **success** (boolean) Success status - **assessments** (array[object]) Filtered assessments - **totalCount** (number) Total count of assessments - **currentPage** (number) Current page - **totalPages** (number) Total pages - **itemsPerPage** (number) Items per page ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Student not found [Powered by Bump.sh](https://bump.sh)