Get All Query Jobs
GET {{_endpoint}}/services/data/v{{version}}/jobs/query?isPkChunkingEnabled=false&jobType&concurrencyMode&queryLocator
Request Params
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
"{\n \"done\": true,\n \"nextRecordsUrl\": null,\n \"records\": [\n {\n \"id\": \"750...\",\n \"operation\": \"insert\",\n \"object\": \"Account\",\n \"createdById\": \"005...\",\n \"createdDate\": \"\u003cdatetime\u003e\",\n \"systemModstamp\": \"\u003cdatetime\u003e\",\n \"state\": \"Open\",\n \"concurrencyMode\": \"Parallel\",\n \"contentType\": \"CSV\",\n \"apiVersion\": 58,\n \"jobType\": \"Classic\"\n },...\n ]\n}"