GET
gforms_forms_get.py
Requires
https://www.googleapis.com/auth/forms.body. 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 a form: its title and description, its settings, and every item in order with the item and question IDs. This is the first half of changing a question: read the item, edit it, and write it back with forms_batch_update’s update_item, keeping the IDs.
from charter.packs import gforms
result = await gforms.forms_get.ainvoke({"formId": ...})
https://www.googleapis.com/auth/forms.body. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
formId * | string | Required. The form ID. This is the long string in the form’s edit URL, between /d/ and /edit. |
Was this page helpful?