Import retained diagnostic observations without execution
/v1/evaluations/{evaluationId}/observation-runsDiagnostic retained evidence only. Requires current parent Evaluation run-view permission and case-management permission. No target execution, inference, reference authority upgrade, holdout exposure, or release approval. Imported systemLabel is caller declared, not verified execution provenance. Unknown references are not negatives. Explicit record IDs are idempotency identities; changed requests or stale review heads return 409.
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.
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| evaluationId | path | string | Yes | — |
Body schema
Content type: application/json · Required
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier. |
| versionId | string | Yes | — |
| label | string | Yes | — |
| systemLabel | string | Yes | Caller-declared system revision label; never verified target identity. |
| sources | object[] | Yes | — |
| sources[].id | string | Yes | Unique identifier. |
| sources[].filename | string | Yes | — |
| sources[].contentType | string | Yes | — |
| sources[].data | string | Yes | Canonical base64 of exact source bytes; decoded bytes are hashed by the server. |
| observations | object[] | Yes | — |
| observations[].status | observed | No | Current lifecycle status. |
| observations[].output | object | Yes | — |
What the API returns
Each response code below includes the documented payload shape for the ACP API.
| Field | Type | Required | Description |
|---|---|---|---|
| observationRun | object | Yes | — |
| observationRun.schemaVersion | computer_agents_observation_run_v1 | Yes | — |
| observationRun.id | string | Yes | Unique identifier. |
| observationRun.evaluationId | string | Yes | — |
| observationRun.versionId | string | Yes | — |
| observationRun.label | string | Yes | — |
| observationRun.systemLabel | string | Yes | — |
| observationRun.datasetFingerprint | string | Yes | — |
| observationRun.evaluationFingerprint | string | Yes | — |
| observationRun.trustLevel | imported | Yes | — |
| observationRun.purpose | diagnostic | Yes | — |
| observationRun.createdByUserId | string | Yes | — |
| observationRun.createdAt | string | Yes | ISO 8601 timestamp. |
| observationRun.populationCount | integer | Yes | — |
| observationRun.fingerprint | string | Yes | — |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | — |
| message | string | No | Message text. |