---
title: "List Identity Documents"
method: GET
path: "/identity/identities/{identity_id}/documents"
tags: ["Identity Documents"]
---

# List Identity Documents

`GET /identity/identities/{identity_id}/documents`

This endpoint enables you to get a list of all documents associated with an identity.

## Path parameters

- `identity_id` string, required

## Query parameters

- `include_pending_docs` boolean

## Response `200`

A successful response.

- ListIdentityDocumentsResponse
  - `documents` DocumentDescription[]
    - `file_id` string
    - `name` string
    - `document_types` DocumentType[]
    - `created_at` string, date-time
    - `archived_at` string, date-time
  - `pending_documents` DocumentType[]

## Other responses

- `403` — Permissions Denied
- `404` — Not Found

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
