# List Events **GET /event** Retrieve Mutation Events for a given date range. Defaults to retrieving Events for the past 24 hours. Both a `from` and `to` arguments can be specified to filter Events over a specific period. Events will be the the most descriptive possible but not all fields are mandatory ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Query parameters - **from** (string(date-time)) - **to** (string(date-time)) ## Responses ### 200 200 #### Body: application/json (array[object]) - **iam-user** (object) User - **request-id** (string) Operation unique identifier - **iam-role** (object) IAM Role - **zone** (string) Operation targeted zone - **get-params** (object) Query string parameters (free form map) - **body-params** (object) Body parameters (free form map) - **status** (integer(int64)) Operation HTTP status - **source-ip** (string) Client IP address - **iam-api-key** (object) IAM API Key - **uri** (string) Operation request URI - **elapsed-ms** (integer(int64)) Operation processing time - **timestamp** (string(date-time)) Time at which the event happened, millisecond resolution - **path-params** (object) URI path parameters (free form map) - **handler** (string) Operation handler name - **message** (string) Operation message [Powered by Bump.sh](https://bump.sh)