v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Black Kite Bridge

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

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

get/api/v2/bridge/documents/share/status/{trackId}

Path parameters

trackIdstring required

The track id of a document that shared on the Black Kite Bridge.

Response

Success

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.

DocumentIdinteger

The id of the shared document.

Example response

{
  "Status": "Success"
}