# `JOB_CANCELLED` (HTTP 409): the bulk job was cancelled before producing results

Results were requested for a job that was cancelled before any address was processed, so there is no results file.

A job cancelled part-way keeps its partial results and serves them normally. Only a job cancelled with zero processed addresses answers with this code.

**What to do.** Create a new job with the same addresses.

```json
{
    "success": false,
    "error": {
        "code": "JOB_CANCELLED",
        "message": "The job was cancelled before any addresses were processed, so there are no results.",
        "request_id": "req_01m1kgdm4xngzmbmff68g94w0c"
    }
}
```

Reference: https://spaw.co/docs/errors/JOB_CANCELLED
