Bulk Job Object


Properties
idstringRead-onlyformat GUID

Bulk job ID.


typestring
6 enum supported values:
UNKNOWN_TYPEDELETEUPDATEADD_LABELSREMOVE_LABELSADD_REMOVE_LABELS

Bulk job type.


statusstring
6 enum supported values:
UNKNOWN_STATUSNEWLOADINGRUNNINGCOMPLETEDINDEXING

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.

Was this helpful?
Yes
No