Event Indexing
Events
GET
/v1/events
Get a list of historical events that happen on the Clusters application that can be replayed to get the full state.
Name
Description
nextPage
(optional)
The next page attribute to retrieve more data
limit
(optional)
How many rows to return. Defaults to 500
from
(optional)
The user who initiated the event
orderBy
(optional)
oldest
or newest
Defaults to oldest
fromTimestamp
(optional)
Timestamp in ms to start at
Note: If you use the nextPage
query param, fromTimestamp
will be ignored.
Example
Response
List of events
Last updated