Documents

Get Document

Retrieve a single document by its external identifier.

Args: document_id: External ID of the document to fetch. auth: Authentication context used to verify access rights.

Returns: The :class:Document metadata if found.

get/documents/{document_id}

Path parameters

document_idstring required

Headers

authorizationstring

Response

Successful Response

external_idstring
content_typestring required
filenamestring nullable
metadataobject
storage_infoobject
system_metadataobject
additional_metadataobject
chunk_idsstring[]
folder_namestring nullable
end_user_idstring nullable
app_idstring nullable

Changes