List saved diagnostic protocols and comparisons for a benchmark
GET
/v1/quality/checks/benchmark/{evaluationId}/experimentsHow 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 |
|---|---|---|---|---|
| evaluationId | path | string | Yes | — |
Query parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| 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.
200Scoped immutable experiment pageapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| data | object[] | Yes | — |
| data[].experiment | object | Yes | — |
| data[].experiment.schemaVersion | computer_agents_quality_experiment_v1 | Yes | — |
| data[].experiment.id | string | Yes | Unique identifier. |
| data[].experiment.name | string | Yes | Human-readable name. |
| data[].experiment.hypothesis | string | Yes | — |
| data[].experiment.allowedChanges | string | Yes | — |
| data[].experiment.baselineMeasurementId | string | Yes | — |
| data[].experiment.candidateObservationRunId | string | Yes | — |
| data[].experiment.primaryMetricId | string | Yes | — |
| data[].experiment.minimumImprovementPercentagePoints | number | Yes | — |
| data[].experiment.minimumPairedExamples | integer | Yes | — |
| data[].experiment.guardrails | object[] | Yes | — |
| data[].experiment.guardrails[].metricId | string | Yes | — |
| data[].experiment.guardrails[].maximumRegressionPercentagePoints | number | Yes | — |
| data[].experiment.evaluationId | string | Yes | — |
| data[].experiment.versionId | string | Yes | — |
| data[].experiment.purpose | diagnostic | Yes | — |
| data[].experiment.design | retained_output_comparison | Yes | — |
| data[].experiment.baselineMeasurementFingerprint | string | Yes | — |
| data[].experiment.baselineObservationRunId | string | Yes | — |
| data[].experiment.baselineObservationFingerprint | string | Yes | — |
| data[].experiment.candidateObservationFingerprint | string | Yes | — |
| data[].experiment.populationFingerprint | string | Yes | — |
| data[].experiment.populationCount | integer | Yes | — |
| data[].experiment.baselineSystemLabel | string | Yes | Caller-declared import label |
| data[].experiment.candidateSystemLabel | string | Yes | Caller-declared import label |
| data[].experiment.limits | object | Yes | — |
| data[].experiment.limits.maximumComparisons | 1 | Yes | — |
| data[].experiment.limits.maximumCases | 100 | Yes | — |
| data[].experiment.limits.externalCalls | 0 | Yes | — |
| data[].experiment.createdByUserId | string | Yes | — |
| data[].experiment.createdAt | string | Yes | ISO 8601 timestamp. |
| data[].experiment.fingerprint | string | Yes | — |
| data[].comparison | null | Yes | — |
| hasMore | boolean | Yes | — |
| nextOffset | integer | Yes | — |
400Invalid pagination
None.
401Authentication required
None.
403Organization or coarse permission unavailable
None.
404Benchmark evidence unavailable
None.
503Durable storage unavailable
None.
List saved diagnostic protocols and comparisons for a benchmark
Loading...
Response 200
Loading...