Originally created by @JIW-roosi on GitHub (Nov 2, 2025).
Check Existing Issues
I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.
Problem Description
For our use case we would like user feedbacks submitted in open webui to be transferable als langfuse scores.
Matching the rated reply with the generated langfuse trace is currently not easily possible or practicable, because:
GET evaluations/feedbacks/ endpoints do not include the rated reply and matching in langfuse is not always possible, as traces do not have the message id.
Extracting the reply from GET chats/chat/id is not possible, as admin users may not access user chats through it.
GET chats/all/db causes network timeouts and returns too large a response.
Desired Solution you'd like
Add the reply to the feedback or allow for pagination or limiting parameters (start/end-time, chat-id, user,...) in chats/all/db or allow the admin to access chats/chat/id
Alternatives Considered
No response
Additional Context
No response
Originally created by @JIW-roosi on GitHub (Nov 2, 2025).
### Check Existing Issues
- [x] I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.
### Problem Description
For our use case we would like user feedbacks submitted in open webui to be transferable als langfuse scores.
Matching the rated reply with the generated langfuse trace is currently not easily possible or practicable, because:
- GET evaluations/feedbacks/ endpoints do not include the rated reply and matching in langfuse is not always possible, as traces do not have the message id.
- Extracting the reply from GET chats/chat/id is not possible, as admin users may not access user chats through it.
- GET chats/all/db causes network timeouts and returns too large a response.
### Desired Solution you'd like
Add the reply to the feedback or allow for pagination or limiting parameters (start/end-time, chat-id, user,...) in chats/all/db or allow the admin to access chats/chat/id
### Alternatives Considered
_No response_
### Additional Context
_No response_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @JIW-roosi on GitHub (Nov 2, 2025).
Check Existing Issues
Problem Description
For our use case we would like user feedbacks submitted in open webui to be transferable als langfuse scores.
Matching the rated reply with the generated langfuse trace is currently not easily possible or practicable, because:
Desired Solution you'd like
Add the reply to the feedback or allow for pagination or limiting parameters (start/end-time, chat-id, user,...) in chats/all/db or allow the admin to access chats/chat/id
Alternatives Considered
No response
Additional Context
No response