get_dags_status_dashboard
Monitor and diagnose Airflow DAG status across environments. View active/paused states, recent run outcomes, and identify failed workflows with actionable insights.
Instructions
Get a complete status dashboard of ALL DAGs — the go-to tool for any overview question.
USE THIS TOOL when the user asks:
"What's the status of all DAGs?"
"Which DAGs failed today?"
"Show me a DAG report / dashboard / overview"
"What's running right now?"
"Are all DAGs healthy?"
Shows every DAG with:
Active/Paused state
Schedule interval
Last run: state (success/failed/running), date, and duration
Summary counts at the top
Failed DAGs highlighted at the bottom with diagnosis commands
Args: env: Target environment — 'dev', 'uat', 'test', or 'prod'. IMPORTANT: Do NOT guess or default. Ask the user which environment if not specified. limit: Maximum number of DAGs to return (default 100).
Returns a formatted status report with every DAG and its current health.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| limit | No |