← Back to schema index

CommitValidationImportAttributes

Result of confirming the batch: how many rows it carried and how many were queued for processing.

Properties

FieldTypeDescription
statusstringImport status after accepting the commit (`committing`); actual processing runs asynchronously.
dispatched_countintegerRows already dispatched to the queue for processing.
total_rowsintegerTotal rows in the import (including those still pending dispatch).

Used in operations

  • POST /v1/validations/imports/{id}/commit