execution_id | integer <int32> The ID of the execution to get all components for
|
status | Array of strings The list of statuses that need to be filtered
Items Enum: "SUCCEEDED" "WARNING" "FAILED" "CANCELLED" "RUNNING" "WAITING" |
sort_by | string Enum: "componentName" "executionComponentId" "status" |
sort_dir | string Enum: "asc" "desc" |
page_number | integer <int64> Default: 1 The page number for which to get executions. This will default to the first page if excluded
|
page_size | integer <int64> The maximum number of objects to return. This will default to the DefaultApiPageSize setting if not provided
|