---
title: "List verification documents"
method: GET
path: "/verifications/{uuid}/documents"
tags: ["Verifications"]
---

# List verification documents

`GET /verifications/{uuid}/documents`

## Path parameters

- `uuid` string, required

## Response `200`

List of documents

- object
  - `data` Document[]
    - `id` integer
    - `uuid` string
    - `type` 'IDENTITY_PROOF' | 'REGISTRATION_PROOF' | 'ARTICLES_OF_ASSOCIATION' | 'SHAREHOLDER_DECLARATION' | 'ADDRESS_PROOF' | 'TAX_VERIFICATION' | 'BUSINESS_ADMINISTRATOR_ID' | 'COMPANY_REGISTRATION_PROOF' | 'BANK_VERIFICATION'
    - `status` 'CREATED' | 'VALIDATED' | 'REFUSED'
    - `refused_reason` string, nullable
    - `url` string, uri, nullable
    - `created_at` string, date-time, nullable

## Changes

- **2026-03-11** `ff825f6602c8` — 4 warning
  - added the new `BANK_VERIFICATION` enum value to the `data/items/type` response property for the response status `200`
  - added the new `BUSINESS_ADMINISTRATOR_ID` enum value to the `data/items/type` response property for the response status `200`
  - added the new `COMPANY_REGISTRATION_PROOF` enum value to the `data/items/type` response property for the response status `200`
  - added the new `TAX_VERIFICATION` enum value to the `data/items/type` response property for the response status `200`

[Change history](https://skmtc.dev/truust-io/apis/truust-api/changes/verifications/:uuid/documents/get.md)

---

[API](https://skmtc.dev/truust-io/apis/truust-api.md) · [All operations](https://skmtc.dev/truust-io/apis/truust-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truust-io/truust-api/revisions/cc81e28726b9/schema)
