job.timed_out
job.timed_out
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 to add an endpoint and verify signatures.
One or more space-separated signatures, each v1, followed by a base64 HMAC-SHA256 of {webhook-id}.{webhook-timestamp}.{body} made with the endpoint’s signing secret.
evt_ followed by the job id. The same for every delivery of this job’s event.
Return any 2xx status within a few seconds to acknowledge the event. Any other status, or no response, is retried.