Salesforce · Schema

IngestJobInfo

Detailed information about a Bulk API 2.0 ingest job, including its current state and processing statistics.

AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
id string The unique identifier of the ingest job.
operation string The DML operation being performed by this job.
object string The API name of the SObject type being processed.
state string The current state of a Bulk API 2.0 job, indicating where it is in its lifecycle.
createdDate string The date and time the job was created, in ISO 8601 format.
systemModstamp string The date and time the job was last modified, in ISO 8601 format.
numberRecordsProcessed integer The number of records processed so far. Updated after processing completes.
numberRecordsFailed integer The number of records that failed during processing.
totalProcessingTime integer Total processing time in milliseconds.
errorMessage string Error message if the job reached the Failed state. Describes the reason for failure.
contentType string The content type of the data uploaded to this job.
lineEnding string The line ending used in the uploaded data.
columnDelimiter string The column delimiter used in the uploaded data.
externalIdFieldName string The external ID field name used for upsert operations. Only present for upsert jobs.
jobType string The job type (V2Ingest for Bulk API 2.0 ingest jobs).
createdById string The Salesforce user ID of the user who created the job.
apiVersion number The API version used to create the job.
View JSON Schema on GitHub