# Returns a list of events in the account **GET /v1/Events** Returns a list of events in the account, sorted by event-date. Debugger events ## Servers ## Parameters ### Query parameters - **ActorSid** (string) Only include events initiated by this Actor. Useful for auditing actions taken by specific users or API credentials. - **EventType** (string) Only include events of this [Event Type](https://www.twilio.com/docs/usage/monitor-events#event-types). - **ResourceSid** (string) Only include events that refer to this resource. Useful for discovering the history of a specific resource. - **SourceIpAddress** (string) Only include events that originated from this IP address. Useful for tracking suspicious activity originating from the API or the Twilio Console. - **StartDate** (string(date-time)) Only include events that occurred on or after this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **EndDate** (string(date-time)) Only include events that occurred on or before this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. ## Responses ### 200 OK #### Body: (object) - **events** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)