Problem
You want to show customers a log of their AI requests — model used, tokens consumed, cost, and status — with pagination and optional filtering.Solution
Userequests.list() with a connection_id filter and map the results into a display-friendly format.