mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20730] issue: API to knowledge doesn't list files #34805
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sigi77 on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20730
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.7.2
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
.../api/v1/knowledge/155584a5-37c2-4657-856b-7e156361e2c2
{"id":"155584a5-37c2-4657-856b-7e156361e2c2","user_id":"4a78706b-2fe1-445a-b9f7-0df863f51eff","name":"MyKnowledge","description":"MyKnowledge","meta":null,"access_control":null,"created_at":1768555679,"updated_at":1768557022,"files":EXPECT_FILES_HERE,"write_access":true}
Actual Behavior
.../api/v1/knowledge/155584a5-37c2-4657-856b-7e156361e2c2
{"id":"155584a5-37c2-4657-856b-7e156361e2c2","user_id":"4a78706b-2fe1-445a-b9f7-0df863f51eff","name":"MyKnowledge","description":"MyKnowledge","meta":null,"access_control":null,"created_at":1768555679,"updated_at":1768557022,"files":null,"write_access":true}
Steps to Reproduce
Login to OpenWebui
Make shure you have a knowledge folder and added files to it.
open in browser: url_to_open_webui/api/v1/knowledge/{id_of_knowledge}
check result to see, if there is content after "files"
Logs & Screenshots
Additional Information
No response
@pr-validator-bot commented on GitHub (Jan 16, 2026):
⚠️ Invalid Issue Title
Hey @sigi77, please provide a descriptive title for your issue. Titles that are empty, very short (under 10 characters), or generic (like "issue:") make it difficult for volunteer contributors to understand and triage issues.
Please update the title to reflect the content of your issue.