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

# List Trust Center viewer activity events

`GET /trust-centers/{slugId}/activity`

Gets a list of viewer activity events on 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.
- `eventTypesMatchesAny` ActivityEventType[]
- `afterDate` string, date-time
- `beforeDate` string, date-time

## Response `200`

Ok

- PaginatedResponseTrustCenterActivityEvent
  - `results` object, required
    - `data` TrustCenterActivityEvent[], required
      - `id` string, required — Unique identifier for the activity event.
      - `date` string, date-time, required — Date and time the event occurred.
      - `eventType` 'PAGE_VIEW' | 'RESOURCE_DOWNLOAD' | 'RESOURCE_VIEW' | 'VIDEO_PLAY', required
      - `details` union, required — Additional details about the event. Details vary based on event type.
        - object
          - `page` 'COMPLIANCE' | 'CONTROLS' | 'FAQ' | 'MEDIA' | 'OVERVIEW' | 'RESOURCES' | 'SUBPROCESSORS' | 'UPDATES', required
        - object
          - `resourceName` string, required — Title of the resource that this event pertains to.
          - `resourceId` string, required — ID of the resource that this event pertains to.
        - object
          - `videoTitle` string, required — Title of the video that was played.
      - `viewerId` string, nullable, required — ID of the viewer who produced the event.
      - `viewerEmail` string, nullable, required — Email of the viewer who produced the event.
      - `city` string, nullable, required — City from which the request originated.
      - `countryCode` string, nullable, required — Country code from which the request originated.
    - `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)
