Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Get Job Successful Record Results
URI: /services/data/vXX.X/jobs/ingest/jobID/successfulResults/
Availability: This resource is available in API version 41.0 and later.
Formats: CSV
HTTP Method: GET
Authentication: Authorization: Bearer token
Parameters: None.
Request Body
None required.
Response Body
The response body is a CSV file that all the records that the job successfully processed. Each row corresponds to a successfully processed record and contains the following information.
| Property | Type | Description |
|---|---|---|
| sf__Created | boolean | Indicates if the record was created. |
| sf__Id | string | ID of the record that was successfully processed. Empty for marketing objects. |
| Fields from the original CSV request data | various | Field data for the row that was provided in the original job data upload request. |
Usage Notes
- The order of records in the response is not guaranteed to match the ordering of records in the original job data.
- Results are not recorded for batches that exceed the daily batch allocation.