{ "opencollection": "1.0.0", "info": { "name": "Airflow Asset Extra Links API", "version": "2" }, "items": [ { "info": { "name": "Extra Links", "type": "folder" }, "items": [ { "info": { "name": "Airflow Get Extra Links", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dags/:dag_id/dagRuns/:dag_run_id/taskInstances/:task_id/links", "params": [ { "name": "dag_id", "value": "", "type": "path" }, { "name": "dag_run_id", "value": "", "type": "path" }, { "name": "task_id", "value": "", "type": "path" }, { "name": "map_index", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get extra links for task instance." } ] } ], "bundled": true }