| id |
string |
The unique identifier of the query job. |
| operation |
string |
The query operation being performed. |
| object |
string |
The primary SObject type in the SOQL query. Derived automatically from the query. |
| 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 returned by the query. |
| 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 query results. |
| columnDelimiter |
string |
The column delimiter used in the results CSV. |
| lineEnding |
string |
The line ending used in the results CSV. |
| jobType |
string |
The job type (V2Query for Bulk API 2.0 query jobs). |
| createdById |
string |
The Salesforce user ID of the user who created the job. |
| apiVersion |
number |
The API version used to create the job. |