Get a run's gate waiver
The waiver in force over this run, or null. Available to anyone who can VIEW the run, not only to those who can grant one — a waiver its readers cannot see is not a visible waiver.
A client gating on this run does not need this endpoint: GET /eval-runs/{runId} already carries gateWaiver, so a gate can fold one in without a second round trip.
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 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.
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.

