Apache Airflow · Example Payload

Airflow Dag Run Collection Response Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

dag_runstotal_entries

Example Payload

Raw ↑
{
  "dag_runs": [],
  "total_entries": 1
}