Skip to content
This is the pinned v0.9.4 reference. The current release is v0.10.0go to the latest reference or see the versions page.

events_stream (v0.9.4)

GET
/events
curl --request GET \
--url https://example.com/events

Server-Sent Events stream of orchestrator events. Each event’s data is one JSON-encoded OrchestratorEvent.

last-event-id
integer format: int64

SSE Last-Event-ID header; omitting it replays all retained events.

One JSON-encoded OrchestratorEvent per SSE event.

Media type text/event-stream
One of:
object
evidence
required

Evidence used by proof generation, as a plain JSON object.

object
intent_id
required

Intent that successfully completed proof generation.

string format: uuid
proposal
required

Proposal that produced the proof.

object
solution
required

Identifier of the proposed solution.

Examples include a URL, a UCP product variant ID, or another identifier agreed between the proposal author and evidence layer.

string
type
required
string
Allowed values: success