Event Indexing
Events are updated every minute
Events
GET
/v0.1/events
Get a list of historical events that happen on the Clusters application that can be replayed to get the full state.
Name
Description
fromTimestamp
(optional)
The unix timestamp to start your filter from
nextPage
(optional)
Specify the next page in the response
sortBy
(optional)
oldest
or newest
Defaults to oldest
limit
(optional)
How many rows to return. Defaults to 1000
Note: If you use the nextPage
query param, fromTimestamp
will be ignored.
Example
Response
List of events
Last updated