---
title: "Download compliance resource by access token"
method: GET
path: "/v1/trust-access/access/{token}/compliance-resources/{framework}"
tags: ["Trust Access"]
---

# Download compliance resource by access token

`GET /v1/trust-access/access/{token}/compliance-resources/{framework}`

Get signed URL to download a specific compliance certificate file

## Path parameters

- `token` string, required
- `framework` 'iso_27001' | 'iso_42001' | 'gdpr' | 'hipaa' | 'soc2_type1' | 'soc2_type2' | 'pci_dss' | 'nen_7510' | 'iso_9001', required

## Response `200`

Signed URL for compliance resource returned

## Other responses

- `400` — Invalid framework or access token
- `404` — Compliance resource 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/ac8d1e4e2e79/schema)
