Skip to main content
POST
/
api
/
dbt
/
runs
Api Dbt Run Start
curl --request POST \
  --url http://localhost:8080/api/dbt/runs \
  --header 'Content-Type: application/json' \
  --data '
{
  "environment": "<string>",
  "label": "dbt run",
  "rebuild_evidence": false,
  "run_tests": true,
  "scope": "model",
  "selector": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
environment
string | null
label
string
default:dbt run
rebuild_evidence
boolean
default:false
run_tests
boolean
default:true
scope
string
default:model
selector
string | null

Response

Successful Response