List runs (status filter, incl. derived "suppressed")
Requires VIEWER.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Project (tenant) identifier. Row-level tenant isolation is enforced on every query.
id
required
string
Automation (journey) identifier.
Query Parameters
Section titled “Query Parameters”status
string
Instance status, or the special value suppressed (runs with a suppressed effect_outbox row).
Responses
Section titled “Responses”Run (journey_instance) rows.
Media typeapplication/json
object
runs
Array<object>
A journey_instances row (an automation run).
object
id
string
projectId
string
journeyId
string
journeyVersionId
string
userId
string
status
string
currentNodeId
string | null
contextJson
string
startedAt
string
completedAt
string | null
terminatedAt
string | null
updatedAt
string
key
additional properties
any
Missing/invalid path input (e.g. projectId) or invalid JSON body.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Not authenticated (401 via requireAuthenticated) or insufficient project role (403).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}