Get Website Status
Get the status of a website crawling job.
身份验证
AuthorizationBearer
Bearer 身份验证,格式为 Bearer <token>,其中 token 是您的身份验证令牌。
路径参数
domain
查询参数
job_id
The job ID returned from the index endpoint
响应
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
错误
422
Unprocessable Entity Error