{ "opencollection": "1.0.0", "info": { "name": "Airflow Asset DagVersion API", "version": "2" }, "items": [ { "info": { "name": "DagVersion", "type": "folder" }, "items": [ { "info": { "name": "Airflow Get Dag Version", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dags/:dag_id/dagVersions/:version_number", "params": [ { "name": "dag_id", "value": "", "type": "path" }, { "name": "version_number", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get one Dag Version." }, { "info": { "name": "Airflow Get Dag Versions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dags/:dag_id/dagVersions", "params": [ { "name": "dag_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "version_number", "value": "", "type": "query" }, { "name": "bundle_name", "value": "", "type": "query" }, { "name": "bundle_version", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query", "description": "Attributes to order by, multi criteria sort is supported. Prefix with `-` for descending order. Supported attributes: `id, version_number, bundle_name, bundle_version`" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all DAG Versions.\n\nThis endpoint allows specifying `~` as the dag_id to retrieve DAG Versions for all DAGs." } ] } ], "bundled": true }