Confirm vault upload result
Confirm whether a direct-to-S3 vault upload succeeded or failed. This endpoint emits vault.upload.completed or vault.upload.failed events and is idempotent for repeated confirmations.
POST
Authorizations
API key starting with sk_case_
Body
application/json
- VaultConfirmUploadSuccess
- VaultConfirmUploadFailure
Whether the upload succeeded
Available options:
true Uploaded file size in bytes
Required range:
1 <= x <= 5368709120S3 ETag for the uploaded object (optional if client cannot access ETag header)
When true and the object was uploaded with auto_index, trigger ingestion immediately after a successful confirmation (no separate ingest call needed). The ingest outcome is reported in the ingest response field; an ingest failure does not fail the confirmation.
Previous
List vault groupsLists vault groups visible to the authenticated organization. Group-scoped API keys only receive groups within their allowed scope.
Next

