JOB_ALREADY_FINISHED
The bulk job cannot be cancelled any more
A cancel was requested for a bulk job that already reached a terminal status: completed, cancelled, or failed.
- http status
- 409
- credits
- Nothing is billed for a failed request.
What it means
Cancellation only makes sense while a job is queued or running. A finished job keeps its counters and its results; nothing about it changes.
What to do
Nothing to do. Download the results if the job completed, or create a new job.
Example response
{
"success": false,
"error": {
"code": "JOB_ALREADY_FINISHED",
"message": "The job has already finished and cannot be cancelled.",
"request_id": "req_01m1kgdm4xngzmbmff68g94w0c"
}
}Every error carries the request_id also sent in the X-Request-Id header; quote it when writing to support.
Related
- RESULTS_NOT_READY · the bulk job has not finished yet
- JOB_CANCELLED · the bulk job was cancelled before producing results
- All error codes
- Verdicts and the risk score
- API reference
markdown version: /docs/errors/JOB_ALREADY_FINISHED.md