BulkJobs
Returns information about existing Bulk API jobs, including both Bulk API v1 and Bulk API v2.
Columns
| Name | Type | References | Description |
| JobId | String | Unique identifier of the Bulk API job. | |
| JobType | String | Type of Bulk API job, such as V2Query, V2Ingest or Classic. | |
| BulkApiVersion | String | The Bulk API version in which the job was created. Valid values include V1, V2. | |
| OperationCategory | String | Specifies the category of the job. Valid values include 'INGEST' (data load), 'QUERY' (data extraction) | |
| OperationName | String | Operation performed by the job, such as query, insert, update, or delete. | |
| ObjectName | String | Salesforce object that the Bulk API job operates on. | |
| CreatedById | String | ID of the user who created the Bulk API job. | |
| CreatedDate | Datetime | Timestamp indicating when the Bulk API job was created. | |
| SystemModstamp | Datetime | Timestamp of the last system modification to the Bulk API job. | |
| State | String | Current state of the Bulk API job, such as Open, InProgress, or JobComplete. | |
| ConcurrencyMode | String | Concurrency mode used by the job, indicating whether processing is serial or parallel. | |
| ContentType | String | Content type used for job data, such as CSV. | |
| ContentUrl | String | Content url for this job. | |
| ApiVersion | String | Salesforce API version used when the Bulk API job was created. | |
| LineEnding | String | Line ending format used in the job data, such as LF or CRLF. | |
| ColumnDelimiter | String | Delimiter used to separate columns in the job data, such as COMMA. | |
| ExternalIdFieldName | String | Name of the external id field used in this action. |