job.cancelled
Sent when an indexing job is cancelled with `DELETE /v2/jobs/{job_id}`. The job's final status is `cancelled` and `data.error_code` is `null`.
`data.files` counts the files that were indexed before the job was cancelled.
Each indexing job sends exactly one event, when it reaches its final status. See [Webhooks](/guides/webhooks) to add an endpoint and verify signatures.