---
title: "Get Trust Center document"
method: GET
path: "/trust-centers/{slugId}/resources/{resourceId}"
tags: ["Trust Centers"]
---

# Get Trust Center document

`GET /trust-centers/{slugId}/resources/{resourceId}`

Gets a specific document on a Trust Center.

## Path parameters

- `slugId` string, required
- `resourceId` string, required

## Response `200`

Ok

- TrustCenterResource
  - `id` string, required — Unique identifier for the document.
  - `fileName` string, nullable, required — The file name of the document.
  - `title` string, required — The document's title.
  - `description` string, nullable, required — The document's description
  - `mimeType` string, required — Mime type of the document.
  - `creationDate` string, date-time, required — Date of when the document was uploaded.
  - `updatedDate` string, date-time, required — Date when the document was last updated.
  - `isPublic` boolean, required — Boolean determining whether the document is publicly available.

---

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