recipe-collect-form-responses
Installation
SKILL.md
Check Form Responses
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms
Retrieve and review responses from a Google Form.
Steps
- Get the form ID from the Google Forms URL (the Google Forms API does not support listing forms — find the ID in the form's URL:
https://docs.google.com/forms/d/FORM_ID/edit) - Get form details:
gws forms forms get --params '{"formId": "FORM_ID"}' - Get responses:
gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table