airflow_resolve_url
Parse Airflow UI URLs to extract instance details and workflow identifiers like DAGs, runs, and tasks for monitoring and management.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |