get_form_responses
Retrieve paginated form responses for a user, with the most recent submission first.
Instructions
🟢 READ-ONLY · Assessments · GET /v2/forms/{id}/responses
Get form responses
Retrieves all the responses a user has submitted in a form, 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 form | |
| 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 |