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

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

`GET /api/v2/bridge/documents/share/status/{trackId}`

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

## Path parameters

- `trackId` string, required

## Response `200`

Success

- BlackKiteBridgeSharedStatus
  - `Status` 'Success' | 'Queued' | 'Failed' | 'Pending' — The sharing status of the shared document. Queued: The sharing process is queued and is being executed. Failed: The shared report failed to be produced. Please contact your customer success executive with the track id. Success: The sharing process is being completed. Pending: The sharing process has started and is waiting for mail approval.
  - `DocumentId` integer — The id 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/616dfa9b3b1f/schema)
