---
title: "Get Crawl Job Details"
method: GET
path: "/v1/convai/knowledge-base/crawl/{crawl_job_id}"
tags: ["Conversational AI"]
---

# Get Crawl Job Details

`GET /v1/convai/knowledge-base/crawl/{crawl_job_id}`

Get details about a specific crawl job including status and progress.

## Path parameters

- `crawl_job_id` string, required — The id of the crawl job to retrieve

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- GetCrawlJobResponseModel
  - `type` 'discovery' | 'sitemap'
  - `seed_url` string, required
  - `pattern` string, nullable
  - `max_depth` integer — Deprecated - this field is a no-op and will be removed in a future version.
  - `max_pages` integer, required
  - `auto_discover` boolean — Whether to automatically discover and enqueue additional pages found while crawling.
  - `status` 'queued' | 'processing' | 'succeeded' | 'failed' | 'skipped' | 'cancelled'
  - `pages_identified` integer
  - `pages_scraped` integer
  - `pages_skipped` integer
  - `pages_failed` integer
  - `root_folder_id` string, required
  - `updated_at` integer, required
  - `id` string, required
  - `created_at` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-23** `cefd6ab6f610` — 1 info
  - added the optional property `auto_discover` to the response with the `200` status
- **2026-09-19** `e1bb68b2a601` — 1 breaking, 2 info
  - the response property `max_depth` became optional for the status `200`
  - the `max_depth` response's property default value `3` was added for the status `200`
  - response property `max_depth` deprecated
- **2026-07-26** `494d96419d15` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/changes/v1/convai/knowledge-base/crawl/:crawl_job_id/get.md)

---

[API](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/revisions/48a38e3b0dbd?raw)
