---
title: "Inspect Indexed URL"
method: POST
path: "/v1/gdrive/search-console/url-inspection"
tags: ["Google Search Console"]
---

# Inspect Indexed URL

`POST /v1/gdrive/search-console/url-inspection`

Returns URL Inspection data for the version currently in Google's index. This does not run a live URL test.

## Request body

- object
  - `inspectionUrl` string, uri, required
  - `siteUrl` string, required
  - `languageCode` string

## Response `200`

URL inspection result

- object
  - `inspectionResult` object

## Other responses

- `400` — Bad request - Missing or invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - The authenticated account cannot access this resource
- `412` — No Google account is connected
- `500` — Internal server error

---

[API](https://skmtc.dev/tryreplicas/apis/replica-api.md) · [All operations](https://skmtc.dev/tryreplicas/apis/replica-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryreplicas/replica-api/revisions/aa3b4c932f7a/schema)
