Get All Query Jobs

GET {{_endpoint}}/services/data/v{{version}}/jobs/query?isPkChunkingEnabled=false&jobType&concurrencyMode&queryLocator

Request Params

KeyDatatypeRequiredDescription
isPkChunkingEnabledbooleanIf set to true, the request only returns information about jobs where PK Chunking is enabled
jobTypenullBigObjectIngest Classic V2Query
concurrencyModenullserial parallel
queryLocatornulluse the value from the nextRecordsUrl from the previous set

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

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}"