Check the status of a specific address import batch
The Check Batch Status API allows you to monitor the progress of a specific batch within an address import session. This endpoint is useful for tracking individual batches in multi-batch import operations.
To obtain an API key, please contact our sales team.
Your API key for authentication
The unique identifier of the import session
The unique identifier of the specific batch to check
status
: Current state of the batch (“PROCESSING”, “COMPLETED”, “FAILED”, etc.)progress
: Detailed metrics about the batch processing
total
: Total number of addresses in this batchprocessed
: Number of addresses that have been processed so farsuccessful
: Number of addresses successfully importedfailed
: Number of addresses that failed to import-1
progress values indicates that the batch doesn’t existprocessed
equals total
)successful
and failed
will equal total