---
title: "Run a background Google index check"
method: POST
path: "/v3/url-inspection/inspect-batch"
tags: ["URL Inspection"]
---

# Run a background Google index check

`POST /v3/url-inspection/inspect-batch`

Enqueues a background job that inspects the team's discovered URLs (or an explicit URL list) against Google's URL Inspection API, rate-limited to GSC's quota. Poll url_inspect_status for progress; results land in url_index_coverage / url_index_coverage_pages as they complete.

## Request body

- object
  - `teamId` string, required — SnowSEO team ID. Call list_teams first to choose a team.
  - `urls` string[] — Optional explicit URLs to inspect. Omit to inspect the team's discovered URLs (prioritizing never-inspected ones).

## Other responses

- `400` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/4532e367c679/schema)
