Documents
List all documents
Get summaries for a document
Download document file content
ModelsExpand Collapse
type Document struct{…}
Unique identifier with document_ prefix
Timestamp when the document was created
Household ID this document belongs to
Display name of the document
Type DocumentTypeType of document
Type of document
Timestamp when the document was last updated
Whether this document should be used for AI suggestions
Entity ID if this document is owned by an entity
Individual ID if this document is associated with an individual
type DocumentList struct{…}
Data []Document
Unique identifier with document_ prefix
Timestamp when the document was created
Household ID this document belongs to
Display name of the document
Type DocumentTypeType of document
Type of document
Timestamp when the document was last updated
Whether this document should be used for AI suggestions
Entity ID if this document is owned by an entity
Individual ID if this document is associated with an individual
PageInfo PageInfo
When paginating forwards, are there more items?
When paginating backwards, are there more items?
Cursor pointing to the last item in the current page
Cursor pointing to the first item in the current page
Total number of items matching the query (across all pages)
type DocumentType stringType of document
Type of document