Skip to main content
GET
Stream pipeline run status

Path Parameters

workspaceSlug
string
required

URL-safe workspace identifier.

runId
string
required

Opaque identifier of the run.

Pattern: ^run_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Response

Server-sent event stream; each event's data is the payload below.

A run's status change, broadcast on the core-NATS subject [run_subject].

Fan-out to any watching SSE connections; the run row in Postgres remains the source of truth, so a missed broadcast is recoverable by re-reading the run.

runId
string<uuid>
required

The run whose status changed.

status
required

The run's new status.

Allowed value: "queued"