Logo
Salesforce Developers API Documentation

Get Job Info Query

GET {{_endpoint}}/services/data/v{{version}}/jobs/query/{{_jobId}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "id": "750...", "operation": "insert", "object": "Account", "createdById": "005...", "createdDate": "<datetime>", "systemModstamp": "<datetime>", "state": "Open", "concurrencyMode": "Parallel", "contentType": "CSV", "apiVersion": 58, "jobType": "Classic", "retries": 0, "totalProcessingTime": 0, "apiActiveProcessingTime": 0, "apexProcessingTime": 0 }



Curl
curl -X GET '/services/data/v61.0/jobs/query/' -H 'Content-Type: application/json'

ENDPOINTS