Inspect URL
documentedInspect a URL's indexing status for the specified site (per-URL inspection).
POST /urlInspection/index:inspectURL Inspectionno implementation yet0 runsNo 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://searchconsole.googleapis.com/v1/urlInspection/index:inspect" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"inspectionUrl": "{{$inspectionUrl}}", "siteUrl": "{{$siteUrl}}", "languageCode": "{{$languageCode}}"}'