get_airflow_dag_run_status
Retrieve the most recent run status of a CDE Airflow job, including timestamps and run ID, to monitor execution and diagnose failures.
Instructions
Monitor latest CDE Airflow job run status (via CDE run API).
Returns the most recent run for the given CDE Airflow job, including status, start/end times, and run id for further inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cde_user | No | ||
| job_name | Yes | ||
| cde_password | No | ||
| cde_endpoint_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |