---
title: "Get User Documents"
method: GET
path: "/verify/get_user_documents/{user_profile_id}"
tags: ["KYC > Document Management"]
---

# Get User Documents

`GET /verify/get_user_documents/{user_profile_id}`

Endpoint used to get user documents

## Path parameters

- `user_profile_id` string, required

## Response `200`

Successful operation

- UserMediaFilesResponse
  - `files` UserMediaFile[]
    - `file_uuid` string
    - `file_name` string
    - `file_type` string, nullable
    - `file_format_type` string, nullable
    - `file_s3_url` string
    - `created_at` integer, nullable
    - `source` string, nullable
    - `verification_sessions` UserVerificationSessions[], nullable
      - `verification_session_id` string
      - `result` string
      - `created_at` integer, nullable
      - `status` 'NOT_STARTED' | 'RUNNING' | 'PENDING' | 'FAILED' | 'COMPLETED' | 'SUBMITTED', nullable — The overall workflow result status.

## Other responses

- `400` — Bad Request

---

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