> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/queries/accounts.md).

# accounts

Retrieves a paginated list of accounts.

```graphql
accounts(
  after: String
  filter: AccountFilterInput
  limit: Int
  order: [AccountOrderByInput!]
): AccountConnectionResult!
```

### Arguments

#### after ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#after" id="after"></a>

#### filter ● [`AccountFilterInput`](/api/graphql/data-access/input-types/account-filter-input.md) input <a href="#filter" id="filter"></a>

#### limit ● [`Int`](/api/graphql/data-access/scalars/int.md) scalar <a href="#limit" id="limit"></a>

#### order ● [`[AccountOrderByInput!]`](/api/graphql/data-access/input-types/account-order-by-input.md) list input <a href="#order" id="order"></a>

### Type

#### [`AccountConnectionResult`](/api/graphql/data-access/unions/account-connection-result.md) union
