ListTaskInstanceForm

Properties

NameTypeDescriptionNotes
DagIds[]stringReturn objects with specific DAG IDs. The value can be repeated to retrieve multiple matching values (OR condition).[optional]
ExecutionDateGtetime.TimeReturns objects greater or equal to the specified date. This can be combined with execution_date_lte parameter to receive only the selected period.[optional]
ExecutionDateLtetime.TimeReturns objects less than or equal to the specified date. This can be combined with execution_date_gte parameter to receive only the selected period.[optional]
StartDateGtetime.TimeReturns objects greater or equal the specified date. This can be combined with startd_ate_lte parameter to receive only the selected period.[optional]
StartDateLtetime.TimeReturns objects less or equal the specified date. This can be combined with start_date_gte parameter to receive only the selected period.[optional]
EndDateGtetime.TimeReturns objects greater or equal the specified date. This can be combined with start_date_lte parameter to receive only the selected period.[optional]
EndDateLtetime.TimeReturns objects less than or equal to the specified date. This can be combined with start_date_gte parameter to receive only the selected period.[optional]
DurationGtefloat32Returns objects greater than or equal to the specified values. This can be combined with duration_lte parameter to receive only the selected period.[optional]
DurationLtefloat32Returns objects less than or equal to the specified values. This can be combined with duration_gte parameter to receive only the selected range.[optional]
State[]stringThe value can be repeated to retrieve multiple matching values (OR condition).[optional]
Pool[]stringThe value can be repeated to retrieve multiple matching values (OR condition).[optional]
Queue[]stringThe value can be repeated to retrieve multiple matching values (OR condition).[optional]

[Back to Model list] [Back to API list] [Back to README]