Get Crawl Status
Endpoints
Get Crawl Status
Get the current status of a website crawl operation
GET
Get Crawl Status
Retrieves the current status and details of a specific crawl operation. This endpoint allows you to monitor the progress of an ongoing crawl or check the results of a completed crawl.
When the crawl is completed, the discovered URLs are not indexed immediately. You need to manually add the discovered URLs as a data source by passing them to Create Data Source endpoint.
Path Parameters
string
required
The slug of the Guru type associated with the crawl
string
required
The unique identifier of the crawl operation to check
Headers
string
required
Your API key for authentication. You can obtain your API key from the Gurubase dashboard.
Response
string
Unique identifier for the crawl operation
string
The root URL that was crawled
string
Current status of the crawl operation
string
The Guru type that the crawl was initiated for
list
List of URLs discovered during crawling
string
Timestamp when crawl started (ISO 8601 format)
string
Timestamp when crawl ended (ISO 8601 format)
string
Error message if the crawl failed (only present if there was an error)
boolean
Whether query parameters are being stripped from discovered URLs