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.
Authorizations
MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.
Path Parameters
ID of the hosted project that contains the server.
Eval suite ID, as returned by POST /eval-runs.
Response
The suite.
One eval suite's full configuration. Distinct from the EvalSuite summary returned by the list route, which carries run rollups instead of settings.
LEGACY server bag, kept as rollback data. Unrelated to environmentIds.
Attached project environments, in attach order.
Recurring-run schedule. A schedule fires exactly ONE run, so an environment-based suite pins the environment it runs against.
Epoch milliseconds.

