---
title: "Get redacted document"
method: GET
path: "/v3/documents/{identifier}/redacted"
tags: ["Documents"]
---

# Get redacted document

`GET /v3/documents/{identifier}/redacted`

Get the redacted version of a document. The original document is not modified.

## Path parameters

- `identifier` string, required — A random string that uniquely identify the resource.

## Response `200`

Successfully retrieved redacted document

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api-2.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api-2/versions/6772e50cb58e/schema)
