events_stream
const url = 'https://example.com/events';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/eventsServer-Sent Events stream of orchestrator events. Each event’s data is one JSON-encoded OrchestratorEvent.
Responses
Section titled “ Responses ”One JSON-encoded OrchestratorEvent per SSE event.
object
Evidence used by proof generation, as a plain JSON object.
object
Intent that successfully completed proof generation.
Proposal that produced the proof.
object
Additional metadata shared with the evidence layer.
The content is agreed between the template provider and evidence layer.
Identifier of the proposed solution.
Examples include a URL, a UCP product variant ID, or another identifier agreed between the template provider and evidence layer.
object
If the failure is caused by constraint violations, this points to the relevant constraints
A failed constraint of the template
object
Evidence extracted before the failure as a plain JSON object, or null if none existed.
object
Intent that failed evidence extraction or proof generation.
Proposal that was being processed when the failure occurred.
object
Additional metadata shared with the evidence layer.
The content is agreed between the template provider and evidence layer.
Identifier of the proposed solution.
Examples include a URL, a UCP product variant ID, or another identifier agreed between the template provider and evidence layer.
Human-readable failure reason.
object
Intent that expired before receiving a proposal.