Get Website Status

以 Markdown 格式查看
Get the status of a website crawling job.

身份验证

AuthorizationBearer

Bearer 身份验证,格式为 Bearer <token>,其中 token 是您的身份验证令牌。

路径参数

domainstring必需

查询参数

job_idstring必需
The job ID returned from the index endpoint

响应

Successful Response
job_idstring
statusstring

Job status: PENDING, PROCESSING, COMPLETED, or FAILED

base_urlstring
pages_indexedinteger
Number of pages successfully indexed
pages_failedinteger
Number of pages that failed to index
errorstring or null
Error message if the job failed

错误

422
Unprocessable Entity Error