List line runs across all lines

Authentication

AuthorizationBearer

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

Query parameters

limitintegerOptional1-200Defaults to 50
offsetintegerOptional>=0Defaults to 0
statusstring or nullOptional
Filter by run status
line_namestring or nullOptional
Filter by line name

Response

Successful Response
idstringformat: "uuid"
line_namestring
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
line_version_idstring or nullOptionalformat: "uuid"
regionstring or nullOptional
run_paramsmap from strings to anyOptional
stageslist of objectsOptional
artifact_countintegerOptionalDefaults to 0
artifactslist of objectsOptional
error_messagestring or nullOptional
started_atdatetime or nullOptional
completed_atdatetime or nullOptional

Errors

422
Unprocessable Entity Error