get_xcom_entries
Retrieve cross-communication data entries between Airflow tasks to monitor and debug workflow execution, supporting filtering by DAG, run, task, and key parameters.
Instructions
Get all XCom entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| dag_run_id | Yes | ||
| task_id | Yes | ||
| map_index | No | ||
| xcom_key | No | ||
| limit | No | ||
| offset | No |