Bulk Check Batch Status
GET {{_endpoint}}/services/async/{{version}}/job/{{_jobId}}/batch
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-SFDC-Session
|
string | ||
Accept-Encoding
|
string | ||
Content-Encoding
|
string |
RESPONSES
status OK
<?xml version="1.0" encoding="UTF-8"?>
<batchInfoList
xmlns="http://www.force.com/2009/06/asyncapi/dataload">
<batchInfo>
<id>751...</id>
<jobId>750...</jobId>
<state>Completed</state>
<createdDate>datetime</createdDate>
<systemModstamp>datetime</systemModstamp>
<numberRecordsProcessed>1</numberRecordsProcessed>
<numberRecordsFailed>0</numberRecordsFailed>
<totalProcessingTime>403</totalProcessingTime>
<apiActiveProcessingTime>225</apiActiveProcessingTime>
<apexProcessingTime>64</apexProcessingTime>
</batchInfo>
</batchInfoList> |
ENDPOINTS