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

# List registered domains

`GET /1/domains`

Lists registered domains.

Crawlers will only run if the URLs match any of the registered domains.

## Query parameters

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

## Response `200`

Domains

- DomainsResponse — 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[]
    - `appId` string — Algolia application ID where the crawler creates and updates indices.
    - `domain` string — Domain name which crawlers can access.
    - `validated` boolean — Whether the domain is validated.

## Other responses

- `400` — Invalid request.
- `401` — Authorization information is missing or invalid.
- `403` — Invalid credentials.

---

[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)
