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

contentstring required

Log content

lineCountinteger

Number of lines returned

totalLinesinteger

Total number of lines in the log file

hasMoreboolean

Whether there are more lines available

isEstimateboolean

Whether the line count is an estimate

Changes

Changed in 3 of the 71 revisions of this API.82

    • added the new conflict enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new conflict enum value to the code response property for the response status default

      response-property-enum-value-added

    • added the new human_task_resume_failed enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new human_task_resume_failed enum value to the code response property for the response status default

      response-property-enum-value-added

    • added the new payload_too_large enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new payload_too_large enum value to the code response property for the response status default

      response-property-enum-value-added

    • added the new rate_limited enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new rate_limited enum value to the code response property for the response status default

      response-property-enum-value-added

    • removed the rate_limited enum value from the code response property for the response status 404

      response-property-enum-value-removed

    • removed the rate_limited enum value from the code response property for the response status default

      response-property-enum-value-removed

    This revision also has 86 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog