API Reference
Get crawl job status
Retrieves the current status of a crawl job, including progress statistics
GET
Authorizations
API key for authentication
Query Parameters
Response
200 - application/json
Crawl status retrieved successfully
Unique identifier for the crawl job
Example:
"645f3c1649ec746bc1871307"
Stable identifier for this domain's vector data
Example:
"example_com"
The base domain that was crawled
Example:
"https://example.com"
Maximum number of pages to process
Current status of the crawl job
Available options:
pending
, in_progress
, failed
, finished
Creation timestamp of the crawl job, in UTC
Example:
"2020-12-21T12:00:00Z"
Last update timestamp of the crawl job, in UTC
Example:
"2020-12-22T12:00:00Z"