Documents

Get Document By Filename

Get document by filename.

Args: filename: Filename of the document to retrieve auth: Authentication context folder_name: Optional folder to scope the operation to end_user_id: Optional end-user ID to scope the operation to

Returns: Document: Document metadata if found and accessible

get/documents/filename/{filename}

Path parameters

filenamestring required

Query parameters

string
OR
string[]
end_user_idstring nullable

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