recipe-collect-form-responses
SolidRetrieve and review responses from a Google Form.
API & Backend 27,010 stars
1421 forks Updated yesterday Apache-2.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Check Form Responses
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-forms`
Retrieve and review responses from a Google Form.
## Steps
1. List forms: `gws forms forms list` (if you don't have the form ID)
2. Get form details: `gws forms forms get --params '{"formId": "FORM_ID"}'`
3. Get responses: `gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table`
Details
- Author
- googleworkspace
- Repository
- googleworkspace/cli
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
API & Backend Solid
recipe-create-feedback-form
Create a Google Form for feedback and share it via Gmail.
27,010 Updated yesterday
googleworkspace API & Backend Solid
gws-forms
Read and write Google Forms.
27,010 Updated yesterday
googleworkspace API & Backend Listed
gws-forms
Read and write Google Forms.
4 Updated yesterday
fakoli