Common Elements of Export Batch Records Response

Each response includes the following information about the batch:

Name

Data Type

Discussion

RowCount

int

Will be -1 unless the BatchStatus is "Completed" (in which case it will be the number of records exported) or "Empty" (it is 0 if empty).

BatchStatus

string

One of the following values:

"Completed"
"Empty" = completed, but no exported rows
"Queued" = waiting to run
"Running"
"Failed" = failed due to errors
"Canceled" = failed due to being canceled
"Deleted"=the batch no longer exists