b8c36aef7731

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-108296301.0 KB
Eval runs

Get one eval suite's configuration

The suite's full settings — attached environments, hosts, execution config, judge, schedule. The list route returns run rollups instead; this is the shape the edit routes read and write.

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

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.

idstring required
namestring nullable
descriptionstring nullable
projectIdstring nullable
environmentIdsstring[] required

Attached project environments, in attach order.

createdAtnumber nullable

Epoch milliseconds.

updatedAtnumber nullable