Skip to content

List Submitted Ratings

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.

agent
Any of:
string

Filter by agent name

since
Any of:
string

Inclusive ISO-8601 lower bound on the rating timestamp

until
Any of:
string

Inclusive ISO-8601 upper bound on the rating timestamp

limit
Limit
integer
default: 500 >= 1 <= 1000
offset
Offset
integer
0

Successful Response

UserRatingsListResponse

GET /api/agents/learning/ratings/submitted.

object
ratings
required
Ratings
Array<object>
UserRatingRecord

Single submitted user rating — one row in the ratings list.

object
operationId
required
Operationid
string
agentName
required
Agentname
string
rating
required
Rating
string
Allowed values: good bad premature necessary
feedback
required
Feedback
string
timestamp
required
Timestamp
string
total
required
Total
integer

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object