Skip to main content
GET
List a suite's settings history

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 revisions to return, 1-100. Defaults to 25. Out of range is a 400 rather than a silent clamp.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response's nextCursor.

Response

Committed settings edits, newest first.

items
object[]
required
nextCursor
string | null