Documentation Index
Fetch the complete documentation index at: https://docs.gurubase.ai/llms.txt
Use this file to discover all available pages before exploring further.
Stops a running website crawl operation. This endpoint allows you to halt the crawling process before it completes naturally.
Path Parameters
The slug of the Guru type associated with the crawl
The unique identifier of the crawl operation to stop
Response
Unique identifier for the crawl operation
The root URL that was being crawled
Current status of the crawl operation
The Guru type that the crawl was initiated for
List of URLs discovered during crawling
Timestamp when crawl started (ISO 8601 format)
Timestamp when crawl ended (ISO 8601 format)
Whether query parameters were being stripped from discovered URLs
{
"id": 211,
"url": "https://getanteon.com/",
"status": "STOPPED",
"guru_type": "anteon",
"discovered_urls": [],
"start_time": "2025-02-21T10:25:22.710211Z",
"end_time": "2025-02-21T10:26:15.521433Z",
"link_limit": 1500,
"ignore_query_params": true
}