{ "opencollection": "1.0.0", "info": { "name": "Dremio Intelligent Lakehouse REST Authentication Jobs API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Submit a SQL query as a job", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api/v3/job", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a SQL query as a job" }, { "info": { "name": "Get job status", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/v3/job/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get job status" }, { "info": { "name": "Fetch results for a completed job", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/v3/job/:id/results", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch results for a completed job" }, { "info": { "name": "Cancel a running job", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api/v3/job/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel a running job" } ] } ], "bundled": true }