Documents
Get all documents
Retrieves a paginated list of all visible documents in the system.
get/api/v0/documents
Query parameters
limitinteger
Maximum number of documents to return per page.
Maximum number of documents to return per page.
offsetinteger
Number of documents to skip.
Number of documents to skip.
folder_idstring uuid nullable
The ID of the folder to filter documents by.
The ID of the folder to filter documents by.
tag_namestring nullable
The name of the tag to filter documents by.
The name of the tag to filter documents by.
owner_idstring uuid nullable
The ID of the owner to filter documents by.
The ID of the owner to filter documents by.
knowledge_base_idstring uuid nullable
The ID of the knowledge base to filter documents by.
The ID of the knowledge base to filter documents by.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.