---
title: "Get Business Documents"
method: GET
path: "/verify/get_business_documents/{business_profile_id}"
tags: ["KYB > Document Management"]
---

# Get Business Documents

`GET /verify/get_business_documents/{business_profile_id}`

Endpoint used to get business documents

## Path parameters

- `business_profile_id` string, required

## Response `200`

Successful operation

- BusinessMediaFilesResponse
  - `files` BusinessMediaFile[]
    - `file_uuid` string
    - `file_name` string
    - `file_type` string, nullable
    - `file_s3_url` string
    - `file_blob` string
    - `file_created_at` integer, nullable
    - `file_source` string, nullable
    - `document_source_authority` string, nullable
    - `document_source_authority_code` string, nullable
    - `file_format_type` string, nullable
    - `is_purchased` boolean, nullable
    - `document_price` string, nullable
    - `order_status` string, nullable
    - `estimated_response_time` string, nullable
    - `document_date` integer
    - `document_published_date` string, nullable
    - `verification_sessions` VerificationSessions[], nullable
      - `verification_session_id` string
      - `result` string
      - `created_at` integer, nullable

## 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)
