mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #12237] feat: Add an option to API GET /api/v1/files/ to not return file content #103516
Reference in New Issue
Block a user
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