---
title: "Get details of a shared document on the Black Kite Bridge."
method: GET
path: "/api/v2/bridge/documents/{id}"
tags: ["Black Kite Bridge"]
---

# Get details of a shared document on the Black Kite Bridge.

`GET /api/v2/bridge/documents/{id}`

Get the information of document that shared on the Black Kite Bridge.

## Path parameters

- `id` integer, required

## Response `200`

Success

- BlackKiteBridgeDocument
  - `DocumentId` integer
  - `Company` BlackKiteBridgeCompany
    - `Id` integer
    - `Name` string
  - `ReportName` string
  - `CreatedDate` string, date-time — The create date of this document.
  - `SharedDate` string, date-time — The shared date of this document.
  - `SharingStatus` 'Active' | 'Deleted' | 'Stopped', nullable — The sharing progress status of the shared document.
  - `SharedInfo` BlackKiteBridgeSharedInfo
    - `Tenant` string — The name of the tenant that shared with.
    - `Direction` 'Outbound' | 'Inbound', nullable — The sharing direction of the shared document.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
