Hanzo
OpenapiWorld

Live news refreshes for the caller's org and project, as Server-Sent Events.

Holds the connection open as text/event-stream and pushes a `news` event — the same {items:[…]} body GET /v1/world/news answers — each time the caller's…

GET /v1/world/stream

Addresshttps://api.hanzo.ai/v1/world/stream
MethodGET
Operationget_world_stream
AuthAuthorization: Bearer $HANZO_API_KEY

Holds the connection open as text/event-stream and pushes a news event — the same {items:[…]} body GET /v1/world/news answers — each time the caller's (org, project) feed refreshes, with a : ping heartbeat comment every 25s. Delivery is best-effort: a slow consumer is dropped on buffer overrun and reconnects, re-fetching GET /v1/world/news, which stays the source of truth. Requires a validated principal; 403 without one.

Request

GET /v1/world/stream takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo world stream

World API · All Hanzo APIs · Interactive reference

How is this guide?

On this page