get_xcom_entries
Retrieve XCom entries from Apache Airflow by specifying DAG ID, run ID, task ID, and optional parameters like key, limit, and offset for targeted data extraction.
Instructions
Get all XCom entries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
dag_run_id | Yes | ||
limit | No | ||
map_index | No | ||
offset | No | ||
task_id | Yes | ||
xcom_key | No |