Skip to main content
GET
List a suite's runs

Authorizations

Authorization
string
header
required

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

projectId
string
required

ID of the hosted project that contains the server.

suiteId
string
required

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

Query Parameters

limit
integer
default:25

Maximum runs to return, 1–100. Defaults to 25.

Required range: 1 <= x <= 100

Response

Recent runs, newest first.

items
object[]
required