[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-02-17 UTC。"],[[["Retrieves metadata about web documents previously notified to the Indexing API."],["Uses a `GET` request with the target URL as a query parameter."],["Requires an empty request body and returns `UrlNotificationMetadata` upon success."],["Needs authorization with the `https://www.googleapis.com/auth/indexing` scope."],["Provides a \"Try it!\" section for practical exploration."]]],["The core content describes how to retrieve metadata about a web document via the Indexing API. A `GET` request is sent to `https://indexing.googleapis.com/v3/urlNotifications/metadata`. The `url` parameter, representing the queried URL, is required. The request body must be empty. A successful response contains an instance of `UrlNotificationMetadata`. This operation is limited to URLs previously seen in successful Indexing API notifications and requires the `https://www.googleapis.com/auth/indexing` OAuth scope.\n"]]