List Form Responses
list_form_responsesFetch responses from a Google Form by specifying the form ID and user email. Supports pagination with page size and token.
Instructions
List a form's responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address. Required. | |
| form_id | Yes | The ID of the form. | |
| page_size | No | Maximum number of responses to return. Defaults to 10. | |
| page_token | No | Token for retrieving next page of results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |