Represents a document within a Knowledge Base in Wacht
id
(string, optional): The unique identifier of the document.knowledge_base_id
(string, optional): The ID of the knowledge base this document belongs to.name
(string, optional): The name of the document.type
(string, optional): The type of the document (e.g., ‘pdf’, ‘txt’, ‘md’).size
(number, optional): The size of the document in bytes.token_count
(number, optional): The number of tokens in the document.status
(string, optional): The processing status of the document (‘processing’, ‘ready’, or ‘failed’).uploaded_at
(string, optional): The timestamp when the document was uploaded.