Skip to main content
GET
Get a run's gate waiver

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.

runId
string
required

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

Response

The active waiver, or null.

The waiver in force over a run, or null when there is none.

waiver
object | null
required

An audited, time-boxed override of an eval run's release gate. A waiver never changes the run's own result — the run keeps its verdict and every surface that honors the waiver says so out loud, which is what makes "no silent waiver" checkable rather than promised.