Evidence created
Fires when an audit evidence item comes into scope for an audit, including when a previously removed item re-enters scope after soft-delete.
Evidence items are derived from the customer’s compliance program, so this event means “a new item is now in scope for this audit”, not “a customer uploaded a file”. A brand-new item starts in NOT_READY_FOR_AUDIT with no files; wait for v1.evidence.status-changed before requesting URLs. A re-scoped item retains its previous status and files. It may already be in READY_FOR_AUDIT or another state, and no follow-up status-change event is guaranteed.
This event does not replace the initial sync. Items can come into scope from the moment the audit exists, which is normally before your access to the audit begins, and events from before that point are not delivered or replayed. Always perform a full traversal of GET /audits/{auditId}/evidence when you first pick up an audit, then rely on this event for items that come into scope afterwards.
Body
The evidence item that came into scope for the audit.
Response
Return any 2xx status within 15 seconds to acknowledge receipt.
Related topics
Information request evidence createdEvidence deletedEvidence status changedList evidence for an information requestVanta API changelog