接口
获取爬取状态
GET
此端点检索爬取作业的状态。如果作业未完成,响应中将包含在 partial_data
内的内容。一旦作业完成,内容将在 data
下可用。
我们建议自行跟踪爬取作业,因为爬取状态结果在24小时后可能会过期。
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the crawl job
Response
200
application/json
Successful response
The response is of type object
.