Apache Airflow · Example Payload

Airflow Task Instance Collection Response Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

task_instancestotal_entriesnext_cursorprevious_cursor

Example Payload

Raw ↑
{
  "task_instances": [],
  "total_entries": "example-value",
  "next_cursor": "example-value",
  "previous_cursor": "example-value"
}