---
title: "List Trust Center access requests"
method: GET
path: "/trust-centers/{slugId}/access-requests"
tags: ["Trust Centers"]
---

# List Trust Center access requests

`GET /trust-centers/{slugId}/access-requests`

Gets a list of access requests for a Trust Center.

## Path parameters

- `slugId` string, required

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

- PaginatedResponseTrustCenterAccessRequest
  - `results` object, required
    - `data` TrustCenterAccessRequest[], required
      - `id` string, required — Unique identifier for the access request.
      - `email` string, required — Email of the requester.
      - `name` string, required — Name of the requester.
      - `companyName` string, required — Name of the requester's company.
      - `reason` string, required — Reason for the access request.
      - `requestedResources` string[], nullable, required — IDs for the resources that the viewer requested access to.
      - `accessLevel` 'FULL_ACCESS' | 'PARTIAL_ACCESS', required — The access level of the viewer. FULL_ACCESS means having access to all resources on the trust center. PARTIAL_ACCESS means having access to all public resources and a select list of requestable resources.
      - `creationDate` string, date-time, required — Date the access request was created.
      - `updatedDate` string, date-time, required — Date the access request was last updated.
    - `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/versions/6c1f7590538b/schema)
