Method
getDocstoreDocument GET
Copy GET

Return a document store document by id.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes docId str Unique Docstore string identifier for the document.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
data stream

Exceptions:

TYPE WHEN
DataNotFoundError

docId is not found.

Language: