# events

Paginated charge events across the account, with structured filtering.

```
events(

  filter: SearchableEventFilterInput

  size: Int

  from: Int

): ChargeEventsConnection!
```

### Arguments[​](#arguments "Direct link to Arguments")

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

#### [`events.size`](#size) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#size "Direct link to size")

#### [`events.from`](#from) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#from "Direct link to from")

### Type[​](#type "Direct link to Type")

#### [`ChargeEventsConnection`](https://docs.monei.com/apis/graphql/types/objects/charge-events-connection/.md) object[​](#chargeeventsconnection- "Direct link to chargeeventsconnection-")

Paginated charge events result.
