action apache_get_dag_warnings { label: "List dag warnings" provider: apache method: GET path: "/dagWarnings" encoding: json input: { type: "object" properties: { dag_id: { type: "string" } limit: { type: "integer" } offset: { type: "integer" } order_by: { type: "string" } warning_type: { type: "string" } } additionalProperties: false } output: { type: "object" description: "Collection of DAG warnings.\n" } }