---
title: "List website datasources"
method: GET
path: "/crawl"
tags: ["Crawl"]
---

# List website datasources

`GET /crawl`

Retrieve a paginated list of all website datasources for your organization.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Default Response

- CrawlDatasourceListResponse
  - `total` number, required
  - `page` number, required
  - `limit` number, required
  - `total_pages` number, required
  - `has_next_page` boolean, required
  - `has_prev_page` boolean, required
  - `data` CrawlDatasourceListItem[], required
    - `id` string, uuid, required
    - `url` string, required
    - `display_name` string, required
    - `status` string, required
    - `page_limit` number, nullable, required
    - `exclude_paths` string[], required
    - `include_paths` string[], required
    - `crawl_interval_hours` number, nullable, required
    - `restricted_to_channels` SessionChannel[], required — Channels this datasource is restricted to. Empty = available on all channels.
    - `last_crawl_started_at` string, date-time, nullable, required
    - `last_crawl_completed_at` string, date-time, nullable, required
    - `error_message` string, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `auth_configured` boolean, required — Whether optional Firecrawl site auth is configured. Secrets are never returned.
    - `auth_type` 'basic' | 'bearer' | 'cookie' | 'headers', nullable, required — Configured auth type, or null when auth is not set.
    - `page_count` number, required

## Other responses

- `500` — Internal Server Error

---

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