mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
API Access to User Feedback #3679
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 @lpadula on GitHub (Feb 7, 2025).
Is your feature request related to a problem? Please describe.
Currently, gathering and analyzing user feedback requires manual intervention, which can be time-consuming and prone to errors.
Describe the solution you'd like
We would like to have an API endpoint that allows us to programmatically access user feedback data. This would enable automated analysis, better integration with other systems, and more efficient feedback processing. The API should provide options to filter feedback based on date, type, and user ID.
Additional context
Providing API access to user feedback would greatly enhance the usability and extensibility of OpenWebUI, allowing users to create more sophisticated and integrated feedback analysis workflows.
Thanks for your consideration!
@tjbck commented on GitHub (Feb 7, 2025):
We do have them, please refer to our swagger doc.