Skip to main content
GET
List readiness 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.

Query Parameters

readinessKind
enum<string>

Narrow to one publisher. Omitted lists both, newest first.

Available options:
claude,
openai
serverId
string
limit
integer
Required range: 1 <= x <= 100

Response

A page of runs.

items
object[]
nextCursor
string | null