---
title: "List customer trust accounts"
method: GET
path: "/customer-trust/accounts"
tags: ["Customer Trust"]
---

# List customer trust accounts

`GET /customer-trust/accounts`

List customer trust accounts with pagination.

## Query parameters

- `pageSize` integer — Controls the maximum number of items returned in one response from the API.
- `pageCursor` string — A marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.
- `searchString` string
- `isAutoApprovalEnabled` boolean
- `customFieldsFilter` string

## Response `200`

Ok

- PaginatedResponseCustomerTrustAccountVantaApi
  - `results` object, required
    - `data` CustomerTrustAccountVantaApi[], required
      - `id` string, required — Unique identifier for the account
      - `name` string, required — Name of the account
      - `emailDomain` string, required — Primary email domain associated with the account
      - `createdDate` string, date-time, required — When the account was created
      - `updatedDate` string, date-time, required — When the account was last updated
      - `ndaDetails` CustomerTrustAccountNDADetails, required
        - `ndaStatus` 'SIGNED' | 'NOT_REQUIRED' | 'INCOMPLETE', required
        - `ndaSatisfiedDate` string, date-time, nullable, required — The date and time the NDA was satisfied
      - `accessConfig` CustomerTrustAccountAccessConfig, required
        - `autoApprovalEnabled` boolean, required — Whether access requests matching this account's email domain should be auto-approved
        - `grantAccessOption` 'INCLUDE_EVERYTHING_REQUESTED' | 'INCLUDE_ONLY_CONFIGURED', required — How a CustomerTrustAccount determines which resources to grant its viewers access to.
      - `customFields` CustomField[], required — Custom field values for this account
        - `label` string, required
        - `value` union, required
          - string
          - string[]
      - `tagsByCategory` TagsByCategoryOutput[], required — Tags assigned to this account, grouped by category
        - `categoryId` string, required — The tag category ID
        - `tagIds` string[], required — Tag IDs assigned in this category
    - `pageInfo` PageInfo, required — Provides information about the pagination of a dataset.
      - `endCursor` string, nullable, required — The cursor that points to the end of the current page, or null if there is no such cursor.
      - `hasNextPage` boolean, required — Indicates if there is another page after the current page.
      - `hasPreviousPage` boolean, required — Indicates if there is a page before the current page.
      - `startCursor` string, nullable, required — The cursor that points to the start of the current page, or null if there is no such cursor.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
