---
title: "Check crawl status for a URL"
method: GET
path: "/integrations/web_crawler/status"
tags: ["Integrations", "Integrations"]
---

# Check crawl status for a URL

`GET /integrations/web_crawler/status`

Check whether a URL has been crawled and its current indexing status.

## Query parameters

- `url` string, required — The URL to check crawl status for

## Response `200`

Successful Response

- CrawlStatusResponse — Response for crawl status check.
  - `url` string, required
  - `is_indexed` boolean, required
  - `total` integer, required
  - `completed` integer, required
  - `processing` integer, required
  - `failed` integer, required

## Other responses

- `422` — Validation Error

---

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