Eval runs
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.
get/projects/{projectId}/eval-runs/{runId}/gate-waivers
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
runIdstring required
Eval run ID, as returned by POST /eval-runs.
Response
The active waiver, or null.
Changes
Changed in 1 of the 80 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○