Apache Airflow · Example Payload

Airflow Job Response Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Airflow Job Response Example is an example object payload from Apache Airflow, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddag_idstatejob_typestart_dateend_datelatest_heartbeatexecutor_classhostnameunixnamedag_display_name

Example Payload

Raw ↑
{
  "id": "abc123",
  "dag_id": "abc123",
  "state": "success",
  "job_type": "example-value",
  "start_date": "example-value",
  "end_date": "example-value",
  "latest_heartbeat": "example-value",
  "executor_class": "example-value",
  "hostname": "example-name",
  "unixname": "example-name",
  "dag_display_name": "example-name"
}