---
title: "List uploaded documents"
method: GET
path: "/api/v1/documents"
tags: ["documents"]
---

# List uploaded documents

`GET /api/v1/documents`

List user-uploaded documents by filter type.

## Query parameters

- `doc_type` string — Document filter type, e.g. 'uploaded'

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- UploadedDocumentListResponse — Response for user-uploaded documents list.
  - `documents` DocumentDraftInfo[], required
    - `id` string, required
    - `type` 'certificate_of_incorporation' | 'formation_document' | 'power_of_attorney' | 'corporate_structure' | 'director_structure' | 'proof_of_address' | 'annual_financial_statements' | 'articles_of_association' | 'audit_report' | 'bank_reference_letter' | 'bank_statement' | 'banking_details' | 'birth_certificate' | 'business_license' | 'business_plan' | 'certificate_of_good_standing' | 'credit_report' | 'criminal_record_check' | 'cv_resume' | 'driving_license' | 'education_certificate' | 'financial_projections' | 'insurance_policy' | 'lease_agreement' | 'list_of_authorized_signatories' | 'marriage_certificate' | 'national_id' | 'operating_agreement' | 'partnership_agreement' | 'professional_license' | 'reference_letter' | 'register_of_members' | 'residence_permit' | 'shareholding_structure' | 'social_security_document' | 'source_of_funds_declaration' | 'tax_identification_document' | 'tax_returns' | 'trade_references' | 'vat_registration' | 'vendor_contracts' | 'visa' | 'wealth_statement' | 'contract' | 'invoice' | 'loan_agreement' | 'passport_front' | 'passport_back' | 'id_card_front' | 'id_card_back' | 'drivers_license_front' | 'drivers_license_back' | 'other', required — Document types for upload.
    - `name` string, nullable
    - `originName` string, nullable
    - `link` string, nullable
    - `createdAt` string, date-time, nullable
    - `content` object, nullable

## Other responses

- `422` — Validation Error

---

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