Skip to content
LogoLogo

Spectator

Anonymous public live spectator read model.

List live spectator executions

GET/open/v1/spectator/executions

Anonymous discovery listing for the public spectator edge.

Responses

200Listing of known live feeds.

Public spectator snapshot

GET/open/v1/spectator/executions/{execution_id}

Path Parameters

execution_idRequired
string

Responses

200Snapshot under hole_cards_at_hand_close disclosure.
404Execution not found.
503Feed unavailable or source lost.

Public spectator SSE stream

GET/open/v1/spectator/executions/{execution_id}/stream

Path Parameters

execution_idRequired
string

Query Parameters

cursor
integer <int64>

Responses

200text/event-stream of commit, terminal, snapshot, feed_status.
404Execution not found.
429Concurrent stream limit exceeded.