Knowledge base
List folders
All folders, returning the ids for folder_id.
GET
https://app.elunos.ai/api/v1/knowledge/foldersFolders organise the knowledge base, so an agent carries only the knowledge it needs during a call instead of the whole collection.
This listing is the simplest way to find the right folder_id for a document. Each entry carries id, name, parent_id and documents_count.
Example
curl https://app.elunos.ai/api/v1/knowledge/folders \\
-H "Authorization: Bearer np_xxxxxxxx"