GET
gforms_forms_responses_get.py
Requires
https://www.googleapis.com/auth/forms.responses.readonly. Costs 1 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read one submitted response by ID. Answers come back keyed by questionId, which forms_get is where you look up.
from charter.packs import gforms
result = await gforms.forms_responses_get.ainvoke({"formId": ..., "responseId": ...})
https://www.googleapis.com/auth/forms.responses.readonly. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
formId * | string | Required. The form ID. |
responseId * | string | Required. The response ID within the form. |
Was this page helpful?