{ "opencollection": "1.0.0", "info": { "name": "dbt Cloud Administrative Accounts Runs API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Runs", "type": "folder" }, "items": [ { "info": { "name": "Trigger a job run", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.getdbt.com/api/v3/accounts/:accountId/jobs/:jobId/run/", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Trigger a job run" }, { "info": { "name": "List runs", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.getdbt.com/api/v3/accounts/:accountId/runs/", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "List runs" }, { "info": { "name": "Get a run", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.getdbt.com/api/v3/accounts/:accountId/runs/:runId/", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" } ] }, "docs": "Get a run" }, { "info": { "name": "List run artifacts", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.getdbt.com/api/v3/accounts/:accountId/runs/:runId/artifacts/", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" } ] }, "docs": "List run artifacts" } ] } ], "bundled": true }