---
title: "Inspect a single URL's Google index status"
method: POST
path: "/v3/url-inspection/inspect"
tags: ["URL Inspection"]
---

# Inspect a single URL's Google index status

`POST /v3/url-inspection/inspect`

Calls Google Search Console's URL Inspection API for one URL and persists the verdict (indexed, blocked, not found, etc). Requires GSC connected for the team.

## Request body

- object
  - `teamId` string, required — SnowSEO team ID. Call list_teams first to choose a team.
  - `url` string, required — Full URL to inspect.

## Other responses

- `400` — Default Response
- `429` — Default Response
- `500` — Default Response

## Changes

- **2026-08-14** `c6b2fabd21be` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/url-inspection/inspect/post.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/a63b6be50d97?raw)
