{ "opencollection": "1.0.0", "info": { "name": "Airflow Asset DagStats API", "version": "2" }, "items": [ { "info": { "name": "DagStats", "type": "folder" }, "items": [ { "info": { "name": "Airflow Get Dag Stats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dagStats", "params": [ { "name": "dag_ids", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Dag statistics." } ] } ], "bundled": true }