GET
gsheets_spreadsheets_developer_metadata_get.py
Requires
https://www.googleapis.com/auth/spreadsheets. 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.
Get one developer metadata entry by its spreadsheet-scoped ID. Developer metadata is arbitrary data pinned to a row, column, sheet or the spreadsheet itself, which follows that location as the sheet is edited.
from charter.packs import gsheets
result = await gsheets.spreadsheets_developer_metadata_get.ainvoke({"spreadsheetId": ..., "metadataId": ...})
https://www.googleapis.com/auth/spreadsheets. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
spreadsheetId * | string | The ID of the spreadsheet to retrieve metadata from. |
metadataId * | integer | The ID of the developer metadata to retrieve. |
Was this page helpful?