Sent when an indexing job finishes and every file in it was indexed or skipped. The job’s final status is completed and data.error_code is null.
Every file from the job is searchable when this event arrives. Jobs that include video or audio send the event after embedding finishes, so the media is searchable too.
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.