Sign in

Get developer metadata

documented

Returns the developer metadata with the specified ID.

GET /v4/spreadsheets/{spreadsheetId}/developerMetadata/{metadataId}Spreadsheetsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://sheets.googleapis.com/v4/spreadsheets/{{$spreadsheetId}}/developerMetadata/{{$metadataId}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get developer metadata · Google Sheets · OpenIntegrations