Import retained diagnostic observations without execution

POST/v1/evaluations/{evaluationId}/observation-runs

Diagnostic 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.

Path parameters
NameLocationTypeRequiredDescription
evaluationIdpathstringYes
Query parameters
None.

Body schema

Content type: application/json · Required

FieldTypeRequiredDescription
idstringYesUnique identifier.
versionIdstringYes
labelstringYes
systemLabelstringYesCaller-declared system revision label; never verified target identity.
sourcesobject[]Yes
sources[].idstringYesUnique identifier.
sources[].filenamestringYes
sources[].contentTypestringYes
sources[].datastringYesCanonical base64 of exact source bytes; decoded bytes are hashed by the server.
observationsobject[]Yes
observations[].statusobservedNoCurrent lifecycle status.
observations[].outputobjectYes

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Retained diagnostic evidence; not a release decisionapplication/json
FieldTypeRequiredDescription
observationRunobjectYes
observationRun.schemaVersioncomputer_agents_observation_run_v1Yes
observationRun.idstringYesUnique identifier.
observationRun.evaluationIdstringYes
observationRun.versionIdstringYes
observationRun.labelstringYes
observationRun.systemLabelstringYes
observationRun.datasetFingerprintstringYes
observationRun.evaluationFingerprintstringYes
observationRun.trustLevelimportedYes
observationRun.purposediagnosticYes
observationRun.createdByUserIdstringYes
observationRun.createdAtstringYesISO 8601 timestamp.
observationRun.populationCountintegerYes
observationRun.fingerprintstringYes
400Invalid body, query or source dataapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
401Authentication requiredapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
402Evaluation entitlement requiredapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
403Active organization, permission or annotation actor requiredapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
404Parent Evaluation or evidence missing or inaccessibleapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
409Identity conflict, stale reference, held-out input or corrupted evidenceapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
413Bounded input limit exceededapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
500Retained evidence unavailableapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
501PostgreSQL-backed API requiredapplication/json
FieldTypeRequiredDescription
errorstringYes
messagestringNoMessage text.
Import retained diagnostic observations without execution
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow