List Submitted Ratings
GET /api/agents/learning/ratings/submitted
GET
/api/agents/learning/ratings/submitted
List every user-submitted rating so the UI can show, edit, or retract them.
since and until accept ISO-8601 timestamps (e.g. 2026-04-01 or
2026-04-01T00:00:00Z) — both bounds are inclusive. limit/offset
let the UI page through long histories without crushing the renderer;
total always reports the full count before pagination.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
UserRatingsListResponse
GET /api/agents/learning/ratings/submitted.
object
ratings
required
Ratings
Array<object>
UserRatingRecordSingle submitted user rating — one row in the ratings list.
object
operationId
required
Operationid
string
agentName
required
Agentname
string
rating
required
Rating
string
feedback
required
Feedback
string
timestamp
required
Timestamp
string
total
required
Total
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context