Skip to main content
Paginating the event stream works through the use of the stream_position parameter. First, send a request to the API without a stream_position query parameter.
The API will return all available events beginning with the oldest. The response will also include a next_stream_position value that can be used to make the next API call for the next place in the stream.
The stream_position can also be set to now to return the most recent stream position.
In this case, the API returns an empty list and a next_stream_position that can be used for the next call.
Last modified on March 19, 2026