Skip to content
LogoLogo

History

Durable match history and replay projections.

List projected match history

GET/open/v1/history/matches

Responses

200Bounded match list from the durable projection store.

Match history detail

GET/open/v1/history/matches/{execution_id}

Path Parameters

execution_idRequired
string

Responses

200Match detail including projection head.
404Match not found.

Ordered match replay page

GET/open/v1/history/matches/{execution_id}/replay

Path Parameters

execution_idRequired
string

Query Parameters

cursor
integer <int64>
limit
integer

Responses

200Ordered pre-projected replay events.
404Match not found.