mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #12237] feat: Add an option to API GET /api/v1/files/ to not return file content #16521
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 @SuperPat45 on GitHub (Mar 31, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12237
Check Existing Issues
Problem Description
I want to GET all files metadata with the API /api/v1/files/
This API also return all file content which take a lot of time.
Desired Solution you'd like
I would like to have the ability to set a parameter in this API to not return the data parameter like:
content=false
Alternatives Considered
No response
Additional Context
No response