Cancel Crawl Job
Crawl Endpoints
Cancel Crawl Job
Stop a crawl job that is queued or actively running. Pages already processed are kept.
DELETE
Cancel Crawl Job
Stops a crawl job that is queued or currently running. Pages that were already processed before the cancellation are preserved — you can still retrieve them with GET /crawl//pages. The job status moves to
Only pages with
cancelled.
Cancelling a job that has already reached a terminal state (completed, failed, or cancelled) returns a 400.
Example Request
Response
Retrieving Partial Results
After cancelling, call GET /crawl//pages to retrieve any pages that completed before the job was stopped.status: "success" will have data. Any pages that were mid-flight when the job was cancelled will not appear.
