Skip to content

Run detail (steps + effect_outbox terminal status join)

Requires VIEWER.

projectId
required
string

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

id
required
string

Automation (journey) identifier.

runId
required
string

Journey instance (run) ID.

Run plus step trace with per-effect terminal status.

Media typeapplication/json
object
run

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
steps
Array<object>
object
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"
}

Resource not found (or cross-tenant — same 404).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}