Eval runs

List a suite's eval cases

Every case in the suite, in the public steps-first shape.

get/projects/{projectId}/eval-suites/{suiteId}/cases

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

suiteIdstring required

Eval suite ID, as returned by POST /eval-runs.

Response

The suite's cases.

nextCursorstring nullable

Changes

Changed in 5 of the 71 revisions of this API.6

    • added the optional property items/items/intent to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/import to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/passThreshold to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/repetitions to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/declaredId to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added