action apache_get_xcom_entry { label: "Get an XCom entry" provider: apache method: GET path: "/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/xcomEntries/{xcom_key}" encoding: json input: { type: "object" properties: { deserialize: { type: "boolean" } } additionalProperties: false } output: { description: "Full representations of XCom entry." type: "object" } }