# List all events **GET /api/v1/events** Returns a list of events with pagination (20 events per page). The events are sorted by creation date, with the most recent event appearing first. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters #### Query parameters - **limit** (integer) A limit on the number of objects to be returned. Limit can range between `1` and `100`, and the default is `10`. ## Responses ### 200: Returns an array of event objects. If no more events are available, the resulting array will be empty. #### Body Parameters: application/json (array[object]) - **created** (integer(int64)) - **data** (object) - **id** (string) - **type** (string) Description of the event (e.g., application.started, policy.active, certificate.approved, certificate.flagged, certificate.denied). [Powered by Bump.sh](https://bump.sh)