Checkpoint one completed Evaluation case
POST
/v1/evaluations/runs/{runId}/checkpointsRequires the current reserved Evaluation dispatch credential and a matching unexpired resource lease. Identical replay is idempotent; accepted results are immutable. Ordinary API and Agent callers cannot create worker checkpoints.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| runId | path | string | Yes | — |
Query parameters
None.
Body schema
Content type: application/json · Required
| Field | Type | Required | Description |
|---|---|---|---|
| result | object | Yes | — |
| result.caseId | string | Yes | — |
| result.name | string | No | Human-readable name. |
| result.status | passed | failed | error | skipped | Yes | Current lifecycle status. |
| result.score | number | No | — |
| result.output | object | No | — |
| result.explanation | string | No | — |
| result.error | string | No | — |
| result.durationMs | integer | No | — |
| result.evaluator | object | No | — |
| result.metadata | object | No | Free-form metadata object. |
| evaluatorFingerprint | string | Yes | — |
| systemFingerprint | string | Yes | — |
| executionLease | object | Yes | — |
| executionLease.owner | string | Yes | — |
| executionLease.token | string | Yes | — |
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Durable acceptance or identical replayapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| checkpoint | object | Yes | — |
| checkpoint.result | object | Yes | — |
| checkpoint.result.caseId | string | Yes | — |
| checkpoint.result.name | string | No | Human-readable name. |
| checkpoint.result.status | passed | failed | error | skipped | Yes | Current lifecycle status. |
| checkpoint.result.score | number | No | — |
| checkpoint.result.output | object | No | — |
| checkpoint.result.explanation | string | No | — |
| checkpoint.result.error | string | No | — |
| checkpoint.result.durationMs | integer | No | — |
| checkpoint.result.evaluator | object | No | — |
| checkpoint.result.metadata | object | No | Free-form metadata object. |
| checkpoint.resultFingerprint | string | Yes | — |
| checkpoint.acceptedAt | string | Yes | — |
| checkpoint.replayed | boolean | Yes | — |
400Invalid case contract
None.
403Current verified execution worker required
None.
404Run not found or inaccessible
None.
409Lease expired
None.
413Canonical case result exceeds 2000000 bytes
None.
Checkpoint one completed Evaluation case
Loading...
Response 200
Loading...