Bulk Job Object


Properties
idstringRead-onlyformat GUID

Bulk job ID.


typestring

Bulk job type.


statusstring

Status of the bulk job.


startedDatestringformat date-time

Date the bulk job started.


finishedDatestringformat date-time

Date the bulk job finished.


totalItemsinteger

Number of contacts that met the bulk job's filter criteria.


successTotalinteger

Number of contacts that were successfully processed.


failedTotalinteger

Number of contacts that couldn't be processed.


errorsArray <Error>

List of errors encountered.

Did this help?