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

idstringRequired>=1 character

Query parameters

statusenumOptional

Filter by status. Omit for all; the queue UI uses “proposed”.

Allowed values:
limitstringOptional

Number of results (default 50, max 100)

offsetstringOptional
Pagination offset

Response

Proposals returned
countinteger
Proposals in this page.
limitinteger
offsetinteger
proposalslist of objects
totalinteger
Total proposals matching the filter.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error