action apache_get_upstream_dataset_events { label: "Get dataset events for a DAG run" description: "Get datasets for a dag run.\n\n*New in version 2.4.0*\n" provider: apache method: GET path: "/dags/{dag_id}/dagRuns/{dag_run_id}/upstreamDatasetEvents" encoding: json output: { type: "object" description: "A collection of dataset events.\n\n*New in version 2.4.0*\n" } }