latestOpenAPI 3.1.02026-08-0858116535.1 KB
5c7114e0ef43
Events
List all Events
List all events that have occurred in the system.
You can paginate through the results using the cursor parameter.
get/v0/events
Query parameters
cursorstring
The cursor to paginate through the results
limitinteger
The number of results to return
typesstring[]
The types of events to filter by
createdBeforestring date-time
Filter events created before or at this timestamp (inclusive). Must be a valid ISO 8601 datetime string. All times are in UTC.
createdAfterstring date-time
Filter events created after or at this timestamp (inclusive). Must be a valid ISO 8601 datetime string. All times are in UTC.
Response
List of events
ListEventsResponse required— unresolved $ref