get_task_instance_extra_links
Retrieve additional links for a specific task instance, such as monitoring dashboards or logs, by providing the DAG ID, DAG run ID, and task ID. Simplifies access to external resources within Apache Airflow clusters.
Instructions
[Tool Role]: Lists extra links for a specific task instance (e.g., monitoring dashboards, logs, external resources).
Args: dag_id: The DAG ID containing the task dag_run_id: The DAG run ID containing the task instance task_id: The task ID to get extra links for
Returns: List of extra links with their URLs and descriptions: task_id, dag_id, dag_run_id, extra_links
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
dag_run_id | Yes | ||
task_id | Yes |