Get All Query Jobs
GET {{_endpoint}}/services/data/v{{version}}/jobs/query?isPkChunkingEnabled=false&jobType&concurrencyMode&queryLocator
Body
PARAM
Key | Datatype | Required | Description |
isPkChunkingEnabled
|
boolean | If set to true, the request only returns information about jobs where PK Chunking is enabled | |
jobType
|
null | BigObjectIngest Classic V2Query | |
concurrencyMode
|
null | serial parallel | |
queryLocator
|
null | use the value from the nextRecordsUrl from the previous set |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"done": true,
"nextRecordsUrl": null,
"records": [
{
"id": "750...",
"operation": "insert",
"object": "Account",
"createdById": "005...",
"createdDate": "<datetime>",
"systemModstamp": "<datetime>",
"state": &q Curl curl -X GET '/services/data/v61.0/jobs/query?isPkChunkingEnabled=false&jobType&concurrencyMode&queryLocator?isPkChunkingEnabled=false&jobType=&concurrencyMode=&queryLocator=' -H 'Content-Type: application/json' ENDPOINTS |