---
title: "Get documents to an individuals"
method: GET
path: "/individuals/{individual_id}/documents"
tags: ["Individuals"]
---

# Get documents to an individuals

`GET /individuals/{individual_id}/documents`

## Path parameters

- `individual_id` string, required

## Response `200`

Successful response with document list

- DocumentResponse
  - `documents` Document[] — List of documents associated with the response.
    - `document_type` string — Functional type of the document (e.g., identity document, invoice).
    - `filename` string — Original filename of the uploaded document.
    - `id` string — Unique identifier of the document.
    - `name` string — Human-readable name of the document.
    - `signed_url` string, uri — Secure URL to access the document.
    - `state` string — Processing state of the document (e.g., WAITING, STARTED, RUNNING, PROCESSED).
    - `status` string — Validation status of the document (e.g., need_review, approved, rejected).
    - `workspace_id` string — Identifier of the workspace to which the document belongs.
  - `total_document` integer — Total number of documents available in the response.

---

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