# events

Paginated charge events across the account, with structured filtering.

```
events(

  filter: SearchableEventFilterInput

  size: Int

  from: Int

): ChargeEventsConnection!
```

### Arguments[​](#arguments "Enlace directo al Arguments")

#### [`events.filter`](#filter) ● [`SearchableEventFilterInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/searchable-event-filter-input/.md) input[​](#filter "Enlace directo al filter")

#### [`events.size`](#size) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#size "Enlace directo al size")

#### [`events.from`](#from) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#from "Enlace directo al from")

### Type[​](#type "Enlace directo al Type")

#### [`ChargeEventsConnection`](https://docs.monei.com/es/es/apis/graphql/types/objects/charge-events-connection/.md) object[​](#chargeeventsconnection- "Enlace directo al chargeeventsconnection-")

Paginated charge events result.
