List immutable source documents in an Evaluation dataset bundle

GET/v1/evaluations/{evaluationId}/dataset-assets/{assetId}/source-assets

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
assetIdpathstringYes
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 source assetsapplication/json
FieldTypeRequiredDescription
objectlistYes
dataobject[]Yes
data[].idstringYesUnique identifier.
data[].schemaVersioncomputer_agents_evaluation_source_asset_v1Yes
data[].datasetAssetIdstringYes
data[].evaluationIdstringYes
data[].evaluationVersionIdstringYes
data[].logicalIdstringYes
data[].filenamestringYes
data[].contentTypestringYes
data[].sha256stringYes
data[].sizeBytesintegerYes
data[].originalUrisstring[]Yes
data[].immutableUristringYes
data[].metadataobjectYesFree-form metadata object.
data[].createdAtstringYesISO 8601 timestamp.
sourceAssetsobject[]Yes
sourceAssets[].idstringYesUnique identifier.
sourceAssets[].schemaVersioncomputer_agents_evaluation_source_asset_v1Yes
sourceAssets[].datasetAssetIdstringYes
sourceAssets[].evaluationIdstringYes
sourceAssets[].evaluationVersionIdstringYes
sourceAssets[].logicalIdstringYes
sourceAssets[].filenamestringYes
sourceAssets[].contentTypestringYes
sourceAssets[].sha256stringYes
sourceAssets[].sizeBytesintegerYes
sourceAssets[].originalUrisstring[]Yes
sourceAssets[].immutableUristringYes
sourceAssets[].metadataobjectYesFree-form metadata object.
sourceAssets[].createdAtstringYesISO 8601 timestamp.
404Evaluation or dataset asset not found
None.
List immutable source documents in an Evaluation dataset bundle
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow