job.timed_out

Sent when an indexing job runs past its time limit. The job's final status is `timed_out` and `data.error_code` is `timed_out`. Files indexed before the limit are counted in `data.files.indexed`. Fetch the job at `data.url` to see which files finished, then index the rest in a new job. Each indexing job sends exactly one event, when it reaches its final status. See [Webhooks](/guides/webhooks) to add an endpoint and verify signatures.
© 2026 Captain