Skip to content

List runs (status filter, incl. derived "suppressed")

Requires VIEWER.

projectId
required
string

Project (tenant) identifier. Row-level tenant isolation is enforced on every query.

id
required
string

Automation (journey) identifier.

status
string

Instance status, or the special value suppressed (runs with a suppressed effect_outbox row).

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
json
{
"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
json
{
"error": "example",
"message": "example"
}