# Events Use these endpoints to view Events. ## Get Events - [GET /api/v1/events/](https://docs.jiko.io/products/customer-api/reference/events/get_events_api_v1_events__get.md): This endpoint retrieves a list of events that have occurred for a customer's account, often related to webhook notifications. You can filter events by subscription_id and/or a time range query parameter (after). It returns a paginated list of Event objects, each containing details about the event and any delivery attempts if it's a webhook event.