No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Getting Job Details
Get all details for an existing job by sending a GET request to the following URI.
- URI
- https://instance_name—api.salesforce.com/services/async/APIversion/job/jobId
- Example request body
- No request body is allowed.
- Example response body
1<?xml version="1.0" encoding="UTF-8"?> 2<jobInfo 3 xmlns="http://www.force.com/2009/06/asyncapi/dataload"> 4 <id>750D0000000002lIAA</id> 5 <operation>insert</operation> 6 <object>Account</object> 7 <createdById>005D0000001ALVFIA4</createdById> 8 <createdDate>2009-04-14T18:15:59.000Z</createdDate> 9 <systemModstamp>2009-04-14T18:15:59.000Z</systemModstamp> 10 <state>Closed</state> 11</jobInfo>