ListDagRunsForm

Properties

NameTypeDescriptionNotes
PageOffsetint32The number of items to skip before starting to collect the result set.[optional]
PageLimitint32The numbers of items to return.[optional] [default to 100]
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 key 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 key to receive only the selected period.[optional]
StartDateGtetime.TimeReturns objects greater or equal the specified date. This can be combined with start_date_lte key 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 end_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 end_date_gte parameter to receive only the selected period.[optional]

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