Skip to main content
GET
Stream detection status

Path Parameters

workspaceId
string<uuid>
required

Workspace identifier.

detectionId
string
required

Opaque identifier of the detection.

Pattern: ^detection_[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 detection's status change, broadcast on the core-NATS subject [detection_subject].

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

detectionId
string<uuid>
required

The detection whose status changed.

status
required

The detection's new status.

Allowed value: "pending"