List all events
Returns a list of events sorted by creation date, with the most recently created event appearing first. The event list includes data from up to the last 30 days.
Each event’s data is rendered according to the API version at the time of its creation, as specified by the api_version attribute in the event object, rather than the current API version.
Authentication
Headers
The target platform id. Required only when calling with a dashboard (WorkOS AuthKit) access token instead of a platform API key — the token carries no platform claim, so the caller must say which platform it means. Ignored for platform API key / embed session token callers.
Query parameters
Filter events created after this date (limited to the last 30 days)
Order direction of the events list asc or desc (default: desc)
API version of the events to return v1 or v2 (default: based on registered webhook endpoint versions)

