{ "opencollection": "1.0.0", "info": { "name": "Airflow Asset Import Error API", "version": "2" }, "items": [ { "info": { "name": "Import Error", "type": "folder" }, "items": [ { "info": { "name": "Airflow Get Import Error", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/importErrors/:import_error_id", "params": [ { "name": "import_error_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get an import error." }, { "info": { "name": "Airflow Get Import Errors", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/importErrors", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "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, timestamp, filename, bundle_name, stacktrace, import_error_id`" }, { "name": "filename_pattern", "value": "", "type": "query", "description": "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). or the pipe `|` operator for OR logic (e.g. `dag1 | dag2`). Regular expressions are **not** supported." } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all import errors." } ] } ], "bundled": true }