dag-runs
Retrieve full execution log of a DAG-run
Fetches the execution log for a DAG-run
get/dag-runs/{name}/{dagRunId}/log
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
Query parameters
remoteNodestring
name of the remote node
tailinteger
Number of lines to return from the end of the file
headinteger
Number of lines to return from the beginning of the file
offsetinteger
Line number to start reading from (1-based)
limitinteger
Maximum number of lines to return
Response
A successful response