Get Website Status
Get the status of a website crawling job.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
domain
Query Parameters
job_id
The job ID returned from the index endpoint
Response
Successful Response
job_id
status
Job status: PENDING, PROCESSING, COMPLETED, or FAILED
base_url
pages_indexed
Number of pages successfully indexed
pages_failed
Number of pages that failed to index
error
Error message if the job failed