airflow_resolve_url
Parse an Airflow UI URL to resolve instance, DAG, run, and task identifiers.
Instructions
Parse an Airflow UI URL, resolve instance and identifiers.
Parameters
url: Airflow UI URL (http/https)
Returns
Response dict: { "instance", "dag_id"?, "dag_run_id"?, "task_id"?, "try_number"?, "route", "request_id" }
Raises: ToolError with compact JSON payload (
code,message,request_id, optionalcontext)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||