Retrieve query results by job id

GET {{baseUrl}}/executionJobs/:id/results

Returns query results. Results can be either REST or FILE. If resulttype is FILE then resultDetail will show the file details. If resultType is REST then result data will show as apart of data object.

HEADERS

KeyDatatypeRequiredDescription
RangestringPart of a file to return in Bytes, eg bytes=200-600
Acceptstring

RESPONSES

status: OK

{"status":"CURRENT","timestamp":"2019-10-01T08:06:49.152Z","resultType":"FILE","resultDetail":{"fileType":"PARQUET","basePath":"data/ten=\u003ctenantname","location":"/sdiresults/\u003cqueryid\u003e/\u003cexecutionjobId\u003e/\u003ctimestamp\u003e/"},"data":[{"vehicle.vin":"MH1234","make.def":"sampleDef"}]}