Events
Events in API v3: list events, retrieve an event.
2 operations.
| Operation | Summary |
|---|---|
GET /events | List events |
GET /events/{event_id} | Retrieve an event |
Webhooks
Previous Page
List events GET
Lists the public events of the current account. Internal event types are never returned. Results are paginated by cursor and sorted by ID in ascending order unless `sort` specifies otherwise. The collection can be filtered by event type, resource type, resource ID, and occurrence time. Newly recorded events become visible after a short delay of a few seconds, so the most recent events may not appear immediately.