---
title: "Download additional document by access token"
method: GET
path: "/v1/trust-access/access/{token}/documents/{documentId}"
tags: ["Trust Access"]
---

# Download additional document by access token

`GET /v1/trust-access/access/{token}/documents/{documentId}`

Get signed URL to download a specific trust portal additional document

## Path parameters

- `token` string, required
- `documentId` string, required

## Response `200`

Signed URL for document returned

## Other responses

- `400` — Invalid access token
- `404` — Document not found

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/2fc5a4abe081/schema)
