# documents

Lists KYC/onboarding documents attached to the current account.

```
documents(

  token: String

  pageSize: Int

): DocumentsConnection!
```

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

#### [`documents.token`](#token) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#token "Direct link to token")

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

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

#### [`DocumentsConnection`](https://docs.monei.com/apis/graphql/types/objects/documents-connection/.md) object[​](#documentsconnection- "Direct link to documentsconnection-")

Paginated list of `Document`.
