Troubleshooting Bulk

Bulk Job Status and Errors APIs

Use the GET /bulk/{id}/status API to check the status of a bulk job.

Bulk Job Statuses

StatusDescription
CREATEDThe bulk job has been created, but has not yet begun.
STARTEDThe bulk job has been created and has begun.
RUNNINGThe bulk job has begun and is currently working.
ABORTEDThe bulk job did not successfully complete because of an issue on the Cloud Elements side.
ERRORThe bulk job did not successfully complete because of an issue on the vendor's side.
COMPLETEDThe bulk job successfully completed.
CANCELLEDThe bulk job was canceled by the user before it successfully completed.
CANCELLATION_PENDINGThe bulk job has been canceled by the user and is in the process of cancelation.

Bulk Job Errors

This section lists and describes possible bulk job errors, as well as potential causes and solutions.

My job says completed but when I make a call to GET /bulk/{id}/{objectName}, I'm getting a Bad Request error message.

Make sure the Response Content Type you specified from the UI dropdown matches the format field of your POST bulk/download query.