Stay organized with collections
Save and categorize content based on your preferences.
Returns all developer metadata matching the specified DataFilter. If the
provided DataFilter represents a DeveloperMetadataLookup object, this
will return all DeveloperMetadata entries selected by it. If the
DataFilter represents a location in a spreadsheet, this will return all
developer metadata associated with locations intersecting that region.
Arguments
Parameters
spreadsheetId
string
Required. The ID of the spreadsheet to retrieve metadata from.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Method: googleapis.sheets.v4.spreadsheets.developerMetadata.search\n\nReturns all developer metadata matching the specified DataFilter. If the\nprovided DataFilter represents a DeveloperMetadataLookup object, this\nwill return all DeveloperMetadata entries selected by it. If the\nDataFilter represents a location in a spreadsheet, this will return all\ndeveloper metadata associated with locations intersecting that region.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nIf successful, the response contains an instance of [`SearchDeveloperMetadataResponse`](https://cloud.google.com/workflows/docs/reference/googleapis/sheets/v4/Overview#SearchDeveloperMetadataResponse).\n\nSubworkflow snippet\n-------------------\n\nSome fields might be optional or required.\nTo identify required fields, refer to the [API documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.developerMetadata/search). \n\n### YAML\n\n```yaml\n- search:\n call: googleapis.sheets.v4.spreadsheets.developerMetadata.search\n args:\n spreadsheetId: ...\n body:\n dataFilters: ...\n result: searchResult\n```\n\n### JSON\n\n```json\n[\n {\n \"search\": {\n \"call\": \"googleapis.sheets.v4.spreadsheets.developerMetadata.search\",\n \"args\": {\n \"spreadsheetId\": \"...\",\n \"body\": {\n \"dataFilters\": \"...\"\n }\n },\n \"result\": \"searchResult\"\n }\n }\n]\n```"]]