action apache_get_log { label: "Get logs" description: "Get logs for a specific task instance and its try number." provider: apache method: GET path: "/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/logs/{task_try_number}" encoding: json output: { type: "object" properties: { content: { type: "string" } continuation_token: { type: "string" } } } }