Skip to main content
POST
Run callback from the batch DAG

Authorizations

Authorization-PSK
string
header
required

Path Parameters

model
string
required
name
string
required

Body

application/json

Body the batch DAG posts to /api/deployments/{id}/runs.

airflow_run_id
string
required
status
enum<string>
required
Available options:
queued,
running,
succeeded,
failed
rows_scored
integer | null
error_message
string | null

Response

Successful Response

run_id
string<uuid>
required
airflow_run_id
string
required
status
enum<string>
required
Available options:
queued,
running,
succeeded,
failed
rows_scored
integer | null
started_at
string<date-time> | null
finished_at
string<date-time> | null