get_assessment_responses
Retrieve all responses a user has submitted to an assessment, with the most recent submissions listed first. Supports pagination and filtering by user IDs.
Instructions
🟢 READ-ONLY · Assessments · GET /v2/assessments/{id}/responses
Get assessment responses
Retrieves all the responses a user has submitted in an assessment, with the most recent submission appearing first. The list is paginated with a limit of 20 responses per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the assessment learning activity | |
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned | |
| users | No | Filter by user ids. For several id values, a comma separated string can be provided | |
| items_per_page | No | Filter by the items per page number |