VOC support #2661
open[VOC AI] Data request - AI approval data flow log
0%
Description
I’d like to review the full data flow in the AI approval feature:
User input → AI request → AI response → final saved output.
Specifically, I’d like to see:
- The actual request payload sent to the AI
- The raw response returned from the AI
- How that response is reflected in the UI and/or stored in the DB
For each record, the minimum log fields I need are:
- request_id (to trace a single request)
- timestamp
- ai_request (raw)
- ai_response (raw)
- final_output (saved value)
Would it be possible to receive this data as an Excel or CSV file?
If needed, I can create a request ticket for this.
Since the new implementation was applied around December 4, I’d like to review all logs from that date onward.
Also, could you let me know when I might be able to receive this today?
Thanks!