Get line run execution trace

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
line_version_idstringformat: "uuid"
workflow_run_idstringformat: "uuid"
statusstring
triggerobject

What set a run off.

provider, event_name, and delivery_id are lifted out of the nested payload.trigger object so a list row is readable without walking the envelope. The extracted trigger values are not repeated here; they land in the run’s run_params. payload still carries the whole envelope, minus the raw webhook body on list responses.

created_atdatetime
regionstring or nullOptional
run_paramsmap from strings to anyOptional
result_payloadmap from strings to any or nullOptional
error_messagestring or nullOptional
iteration_countintegerOptionalDefaults to 0
budget_used_usdstring or nullOptionalformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
retryobject or nullOptional
stageslist of objectsOptional
started_atdatetime or nullOptional
completed_atdatetime or nullOptional

Errors

422
Unprocessable Entity Error