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

# List Trust Center subprocessors

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

Gets the list of subprocessors on a Trust Center.

## Path parameters

- `slugId` string, required

## Response `200`

Ok

- ArrayResponseTrustCenterSubprocessor
  - `results` TrustCenterSubprocessor[], required
    - `id` string, required — Unique identifier for the subprocessor.
    - `name` string, required — Name of the subprocessor.
    - `description` string, nullable, required — Description of the subprocessor.
    - `location` string, nullable, required — Where this subprocessor is deployed.
    - `purpose` string, nullable, required — The purpose that the subprocessor serves.
    - `url` string, nullable, required — URL of the subprocessor.

---

[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)
