v1
latestSwagger 2.02026-07-17685080.0 KBapi
put/api/projects/{pid}/spiders/{sid}/jobs/{jid}
Request body
jidinteger
A unique integer value identifying this job.
status'IN_QUEUE' | 'WAITING' | 'RUNNING' | 'STOPPED' | 'COMPLETED' | 'ERROR'
Job status.
lifespannumber
The elapsed seconds the spider job was running.
total_response_bytesinteger
The total bytes received in responses.
item_countinteger
The number of items extracted in the job.
request_countinteger
The number of requests made by the spider job.
data_status'PERSISTENT' | 'PENDING' | 'DELETED'
Job data status.
data_expiry_daysinteger
Job data expiry days.
proxy_usage_datastring
Proxy Usage data.
error_reasonstring nullable
Error logs to persist in job_logs (Mongo) on failure.
Response
OK
jidinteger
A unique integer value identifying this job.
status'IN_QUEUE' | 'WAITING' | 'RUNNING' | 'STOPPED' | 'COMPLETED' | 'ERROR'
Job status.
lifespannumber
The elapsed seconds the spider job was running.
total_response_bytesinteger
The total bytes received in responses.
item_countinteger
The number of items extracted in the job.
request_countinteger
The number of requests made by the spider job.
data_status'PERSISTENT' | 'PENDING' | 'DELETED'
Job data status.
data_expiry_daysinteger
Job data expiry days.
proxy_usage_datastring
Proxy Usage data.
error_reasonstring nullable
Error logs to persist in job_logs (Mongo) on failure.