Get line run failure diagnostics

Per-stage and per-step diagnostics for one line run, including the last failed stage attempt’s first failing step, each step’s exit code and output tails, and the sandbox environment each stage ran in.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

run_idstringRequiredformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
line_namestring
statusstring
triggered_bystring
line_version_idstring or nullOptionalformat: "uuid"
regionstring or nullOptional
started_atdatetime or nullOptional
completed_atdatetime or nullOptional
error_messagestring or nullOptional
failure_summaryobject or nullOptional
The first failed step within the run's last failed stage attempt.
stageslist of objectsOptional

Errors

404
Not Found Error
422
Unprocessable Entity Error