POST
gsheets_spreadsheets_developer_metadata_search.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.
Find developer metadata matching one or more DataFilters. A filter that is a developer_metadata_lookup selects entries by key, value, visibility or location type; a filter that names a range returns the metadata associated with locations intersecting it.
from charter.packs import gsheets
result = await gsheets.spreadsheets_developer_metadata_search.ainvoke({"spreadsheetId": ...})
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. |
| Field | Type | Description |
|---|---|---|
dataFilters | DataFilter[] | The data filters describing the criteria used to determine which DeveloperMetadata entries to return. DeveloperMetadata matching any of the specified filters are included in the response. |
Was this page helpful?