boldsign

Official

get_document_properties

Retrieve detailed properties of a BoldSign document, including status, metadata, sender and signer details, form fields, and history, by providing the unique document ID. Access is restricted to authorized users.

Instructions

Retrieve comprehensive details of a document in your BoldSign organization. This API allows authorized users, including senders, signers, team admins, and account admins, to access document properties by specifying the unique document ID. The response includes information such as status, metadata, sender and signer details, form fields, and document history. If an unauthorized user attempts to access the document, an unauthorized response will be returned.

Input Schema

NameRequiredDescriptionDefault
documentIdYesRequired. The unique identifier (ID) of the document to retrieve. This can be obtained from the list documents tool.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "documentId": { "description": "Required. The unique identifier (ID) of the document to retrieve. This can be obtained from the list documents tool.", "type": "string" } }, "required": [ "documentId" ], "type": "object" }
ID: fb4lmx9gi5