---
title: "List Vanta controls from the library"
method: GET
path: "/controls/controls-library"
tags: ["Controls"]
deprecated: true
---

# List Vanta controls from the library

`GET /controls/controls-library`

> **Deprecated.**

List Vanta controls from the library.

## 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.

## Response `200`

Ok

- PaginatedResponseControl
  - `results` object, required
    - `data` Control[], required
      - `id` string, required — The control's unique ID.
      - `externalId` string, nullable, required — The control's external ID.
      - `name` string, required — The control's name.
      - `description` string, required — The control's description.
      - `source` 'Vanta' | 'Custom', required
      - `domains` string[], required — The security domains that the control belongs to.
      - `owner` Owner, required
        - `id` string, required — Unique identifier for the person.
        - `displayName` string, required — Name of the person that is shown in product.
        - `emailAddress` string, required — Email address of the person.
      - `role` string, nullable — The control's GDPR role, if the control is a GDPR control.
      - `customFields` CustomField[], required — The control's custom field values, if control custom fields is included in your Vanta instance.
        - `label` string, required
        - `value` union, required
          - string
          - string[]
      - `creationDate` string, date-time, nullable, required — When the control was created. Returns null for Vanta library controls.
      - `modificationDate` string, date-time, nullable, required — When the control was last modified. Returns null for Vanta library controls.
    - `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)
