Newer Version Available

This content describes an older version of this product. View Latest

Getting Information for a Batch

Get information about an existing batch by sending a GET request to the following URI.

URI
https://instance_name—api.salesforce.com/services/async/APIversion/job/jobid/batch/batchId
Example request body
No request body is allowed.
Example response body
1<?xml version="1.0" encoding="UTF-8"?>
2<batchInfo
3   xmlns="http://www.force.com/2009/06/asyncapi/dataload">
4 <id>751D0000000004rIAA</id>
5 <jobId>750D0000000002lIAA</jobId>
6 <state>InProgress</state>
7 <createdDate>2009-04-14T18:15:59.000Z</createdDate>
8 <systemModstamp>2009-04-14T18:15:59.000Z</systemModstamp>
9 <numberRecordsProcessed>0</numberRecordsProcessed>
10</batchInfo>