List accepted Evaluation case checkpoints
GET
/v1/evaluations/runs/{runId}/checkpointsRead durable case results with independent run-result authorization. Checkpoints are progress records; only a terminal Evaluation report produces release evidence.
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
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| caseId | query | string | No | Retrieve one accepted case by its immutable identifier. |
| limit | query | integer | No | — |
| offset | query | integer | No | — |
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Accepted case results ordered by case ID, at most 2000000 bytes eachapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| object | list | Yes | — |
| data | object[] | Yes | — |
| data[].caseId | string | Yes | — |
| data[].result | object | Yes | — |
| data[].result.caseId | string | Yes | — |
| data[].result.name | string | No | Human-readable name. |
| data[].result.status | passed | failed | error | skipped | Yes | Current lifecycle status. |
| data[].result.score | number | No | — |
| data[].result.output | object | No | — |
| data[].result.explanation | string | No | — |
| data[].result.error | string | No | — |
| data[].result.durationMs | integer | No | — |
| data[].result.evaluator | object | No | — |
| data[].result.metadata | object | No | Free-form metadata object. |
| data[].resultFingerprint | string | Yes | — |
| data[].bindingFingerprint | string | Yes | — |
| data[].evaluatorFingerprint | string | Yes | — |
| data[].systemFingerprint | string | Yes | — |
| data[].acceptedAt | string | Yes | — |
| hasMore | boolean | Yes | — |
| nextOffset | integer | Yes | — |
401Authentication required
None.
404Run not found or inaccessible
None.
List accepted Evaluation case checkpoints
Loading...
Response 200
Loading...