---
title: "Retrieve crawler stats"
method: GET
path: "/1/crawlers/{id}/stats/urls"
tags: ["crawler"]
---

# Retrieve crawler stats

`GET /1/crawlers/{id}/stats/urls`

Retrieves information about the number of crawled, skipped, and failed URLs.

## Path parameters

- `id` string, required — Universally unique identifier (UUID) of the crawler.

## Response `200`

OK

- object
  - `count` integer, required — Total number of crawled URLs.
  - `data` UrlsCrawledGroup[], required
    - `status` 'DONE' | 'SKIPPED' | 'FAILED' — Crawled URL status. For more information, see [Troubleshooting by crawl status](https://www.algolia.com/doc/tools/crawler/troubleshooting/crawl-status).
    - `reason` string — Reason for this status.
    - `category` 'fetch' | 'extraction' | 'indexing' | 'success' — Step where the status information was generated. For more information, see [Troubleshooting by crawl status](https://www.algolia.com/doc/tools/crawler/troubleshooting/crawl-status).
    - `count` integer — Number of URLs with this status.
    - `readable` string — Reason for this status.

## Other responses

- `401` — Authorization information is missing or invalid.
- `403` — The user doesn't have enough rights on the specified Crawler, or it doesn't exists.

---

[API](https://skmtc.net/algolia/apis/crawler-api.md) · [All operations](https://skmtc.net/algolia/apis/crawler-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/algolia/crawler-api/versions/7f1df3bfe8bd/schema)
