streamUrlfor the live native event streamturnStreamUrlfor turn-oriented live deliveryreplayUrlfor durable event recovery
Replay native events
cursor is exclusive: the response contains events with a sequence number greater than the
cursor. afterSeq is an alias, and excludeEventTypes accepts a comma-separated list.
Replay completed messages
Use the stable message read model when you need conversation history rather than every native runtime event:Reconnect safely
- Track the highest processed
seq. - Reconnect the live stream when possible.
- Replay from the stored cursor to fill any gap.
- De-duplicate by sequence number.

