Get Information About an Ingest Job

Retrieves detailed information about a job.

URI: /services/data/vXX.X/jobs/ingest/jobID

Availability: This resource is available in API version 41.0 and later.

Formats: JSON

HTTP Method: GET

Authentication: Authorization: Bearer token

Request parameters:

ParameterDescriptionRequired or Optional
jobIdThe ID of the job.Required

Request Body

None required.

Response Body

PropertyTypeDescription
apexProcessingTimelongThe number of milliseconds taken to process triggers and other processes related to the job data. This doesn’t include the time used for processing asynchronous and batch Apex operations. If there are no triggers, the value is 0.
apiActiveProcessingTimelongThe number of milliseconds taken to actively process the job and includes apexProcessingTime, but doesn’t include the time the job waited to be processed.
apiVersionstringThe API version that the job was created in.
assignmentRuleIdstringThe ID of an assignment rule to run for a Case or a Lead.
columnDelimiterColumnDelimiterEnumThe column delimiter used for CSV job data. Values include:
  • BACKQUOTE—backquote character (`)
  • CARET—caret character (^)
  • COMMA—comma character (,) which is the default delimiter
  • PIPE—pipe character (|)
  • SEMICOLON—semicolon character (;)
  • TAB—tab character
concurrencyModeConcurrencyModeEnumFor future use. How the request was processed. Currently only parallel mode is supported. (When other modes are added, the mode will be chosen automatically by the API and will not be user configurable.)
contentTypeContentTypeThe format of the data being processed. Only CSV is supported.
contentUrlURLThe URL to use for Upload Job Data requests for this job. Only valid if the job is in Open state.
createdByIdstringThe ID of the user who created the job.
createdDatedateTimeThe date and time in the UTC time zone when the job was created.
errorMessagestringThe error message shown for jobs with errors. For more details, see Errors and Status Codes and Error Responses.
externalIdFieldNamestringThe name of the external ID field for an upsert.
idstringUnique ID for this job.
jobTypeJobTypeEnumThe job’s type. Values include:
  • BigObjectIngest: BigObjects job
  • Classic: Bulk API 1.0 job
  • V2Ingest: Bulk API 2.0 job
lineEndingLineEndingEnumThe line ending used for CSV job data. Values include:
  • LF—linefeed character
  • CRLF—carriage return character followed by a linefeed character
numberRecordsFailedlongThe number of records that were not processed successfully in this job. This property is of type int in API version 46.0 and earlier.
numberRecordsProcessedlongThe number of records already processed. This property is of type int in API version 46.0 and earlier.
objectstringThe object type for the data being processed.
operationOperationEnumThe processing operation for the job. Values include:
  • insert
  • delete
  • hardDelete
  • update
  • upsert
retriesintThe number of times that Salesforce attempted to save the results of an operation. The repeated attempts are due to a problem, such as a lock contention.
stateJobStateEnumThe current state of processing for the job. Values include:
  • Open: The job has been created, and job data can be uploaded to the job.
  • UploadComplete: No new data can be added to this job. You can’t edit or save this job, as Salesforce is processing it.
  • InProgress: The job is being processed by Salesforce. This includes automatically optimized chunking of job data and processing of job operations.
  • JobComplete: The job was processed by Salesforce.
  • Aborted: The job has been aborted. You can abort a job if you created it or if you have the “Manage Data Integrations” permission.
  • Failed: Some records in the job failed. Job data that was successfully processed isn’t rolled back.
systemModstampdateTimeDate and time in the UTC time zone when the job finished.
totalProcessingTimelongThe number of milliseconds taken to process the job.

Response Body - For an Unsuccessful Request

If the request fails, the server returns a non-200 status, and the request body shows details of the error. For example, if the job has been deleted the status is 404 (Not Found) and the response body is:

For details about error codes and messages, see Errors.

This example gets information about the job with ID 7506g00000DhRA2AAN:

The response is: