Apache Airflow · Schema

ListTaskInstanceForm

ListTaskInstanceForm schema from Apache Airflow API

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
dag_ids array Return objects with specific DAG IDs. The value can be repeated to retrieve multiple matching values (OR condition).
duration_gte number Returns objects greater than or equal to the specified values. This can be combined with duration_lte parameter to receive only the selected period.
duration_lte number Returns objects less than or equal to the specified values. This can be combined with duration_gte parameter to receive only the selected range.
end_date_gte string Returns objects greater or equal the specified date. This can be combined with start_date_lte parameter to receive only the selected period.
end_date_lte string Returns objects less than or equal to the specified date. This can be combined with start_date_gte parameter to receive only the selected period.
execution_date_gte string Returns objects greater or equal to the specified date. This can be combined with execution_date_lte parameter to receive only the selected period.
execution_date_lte string Returns objects less than or equal to the specified date. This can be combined with execution_date_gte parameter to receive only the selected period.
pool array The value can be repeated to retrieve multiple matching values (OR condition).
queue array The value can be repeated to retrieve multiple matching values (OR condition).
start_date_gte string Returns objects greater or equal the specified date. This can be combined with start_date_lte parameter to receive only the selected period.
start_date_lte string Returns objects less or equal the specified date. This can be combined with start_date_gte parameter to receive only the selected period.
state array The value can be repeated to retrieve multiple matching values (OR condition).
View JSON Schema on GitHub