Bulk Job Status and Errors APIs
Use the GET /bulk/{id}/status
API to check the status of a bulk job.
Bulk Job Statuses
Status | Description |
---|---|
CREATED | The bulk job has been created, but has not yet begun. |
STARTED | The bulk job has been created and has begun. |
RUNNING | The bulk job has begun and is currently working. |
ABORTED | The bulk job did not successfully complete because of an issue on the SAP Open Connectors side. |
ERROR | The bulk job did not successfully complete because of an issue on the vendor's side. |
COMPLETED | The bulk job successfully completed. |
CANCELLED | The bulk job was canceled by the user before it successfully completed. |
CANCELLATION_PENDING | The 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.