Close or Abort a Job

Close a job by updating the job state to UploadComplete. When you close a job, the uploaded data is enqueued for processing. To abort a job, update the job state to Aborted. If you abort a job, the job doesn’t get queued or processed. Any data uploaded as part of the aborted job is deleted.

Any open bulk jobs older than seven days, with state as Open or UploadComplete are deleted from the queue. After a job is closed or aborted, you can’t add more job data.

URI

/api/v1/ingest/jobs/{id}

Available since release

Data Cloud v1.0, Salesforce v51.0

Formats

JSON

HTTP methods

PATCH

Authentication

Authorization: Bearer {access_token}

All fields defined in the schema must be present in the request payload. This condition holds regardless of whether the Value Required in the Ingestion API Connector is set to true or not. If there is no data available for a certain field on a record, send in a blank value.

Request body

Request parameters

Parameter Description
id The job id returned in the response body from the Create Job request.
state The state to update the job to. Use UploadComplete to close a job, or Aborted to abort a job.
Response body