Get an evaluation version

GET/v1/evaluations/{evaluationId}/versions/{versionId}

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
versionIdpathstringYes
Query parameters
None.

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.

200Evaluation versionapplication/json
FieldTypeRequiredDescription
versionobjectYes
version.idstringYesUnique identifier.
version.versionintegerYes
version.labelstringYes
version.namestringYesHuman-readable name.
version.descriptionstringYesHuman-readable description.
version.statussaved | published | archivedYesCurrent lifecycle status.
version.snapshotobjectYes
version.snapshot.schemaVersioncomputer_agents_evaluation_v1Yes
version.snapshot.namestringYesHuman-readable name.
version.snapshot.descriptionstringYesHuman-readable description.
version.snapshot.casesobject[]Yes
version.snapshot.cases[].idstringYesUnique identifier.
version.snapshot.cases[].namestringYesHuman-readable name.
version.snapshot.cases[].inputstringYes
version.snapshot.cases[].expectedOutputstringYes
version.snapshot.cases[].evaluationGuidancestringYes
version.snapshot.cases[].weightnumberYes
version.snapshot.cases[].optimizationRoletrain | validation | holdoutYes
version.snapshot.cases[].metadataobjectYesFree-form metadata object.
version.snapshot.metadataobjectYesFree-form metadata object.
version.evaluationFingerprintstringYes
version.metadataobjectYesFree-form metadata object.
version.publishedAtstringYes
version.createdAtstringYesISO 8601 timestamp.
version.updatedAtstringYesISO 8601 timestamp.
Get an evaluation version
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow