---
title: "List crawlers"
method: GET
path: "/1/crawlers"
tags: ["crawler"]
---

# List crawlers

`GET /1/crawlers`

Lists all your crawlers.

## Query parameters

- `itemsPerPage` integer — Number of items per page of the paginated API response.
- `page` integer — Current page of the paginated API response.
- `name` string — Name of the crawler.
- `appID` string — Algolia application ID where the crawler creates and updates indices.

## Response `200`

OK

- CrawlersResponse — Pagination information.
  - `itemsPerPage` integer — Number of items per page of the paginated API response.
  - `page` integer — Current page of the paginated API response.
  - `total` integer — Total number of retrievable items.
  - `items` object[] — Crawlers.
    - `id` string — Universally unique identifier (UUID) of the crawler.
    - `name` string — Name of the crawler.

## Other responses

- `400` — Invalid request.
- `401` — Authorization information is missing or invalid.
- `403` — Invalid credentials.
- `404` — The call does not have results for this combinaison of query params.

---

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