v51

OpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
dag-runs

Download log for a specific step in a DAG-run

Downloads the entire log file for an individual step in a DAG-run

get/dag-runs/{name}/{dagRunId}/steps/{stepName}/log/download

Path parameters

namestring regex required

Name of the DAG

name of the DAG

dagRunIdstring required

Unique identifier for the DAG-run. The special value 'latest' can be used to reference the most recent DAG-run.

Example:latest

ID of the DAG-run or 'latest' to get the most recent DAG-run

stepNamestring required

name of the step

Query parameters

remoteNodestring

name of the remote node

stream'stdout' | 'stderr' string

Whether to return stdout or stderr logs

Response

Log file content