$npx -y skills add googleworkspace/cli --skill recipe-collect-form-responsesRetrieve and review responses from a Google Form.
| 1 | # Check Form Responses |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-forms` |
| 4 | |
| 5 | Retrieve and review responses from a Google Form. |
| 6 | |
| 7 | ## Steps |
| 8 | |
| 9 | 1. List forms: `gws forms forms list` (if you don't have the form ID) |
| 10 | 2. Get form details: `gws forms forms get --params '{"formId": "FORM_ID"}'` |
| 11 | 3. Get responses: `gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table` |