List eval case proposals
List a suite’s machine-proposed cases (the review queue). Every generation source — definition-seeded generation, coverage gaps, trace mining, feedback — lands here; nothing enters the suite without an accept.
Authentication
AuthorizationBearer
API key or Clerk session token
Path parameters
id
Query parameters
status
Filter by status. Omit for all; the queue UI uses “proposed”.
Allowed values:
limit
Number of results (default 50, max 100)
offset
Pagination offset
Response
Proposals returned
count
Proposals in this page.
limit
offset
proposals
total
Total proposals matching the filter.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error