v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465766489.0 KB

Retrieves detailed information about a batch evaluation, including its status, configuration, results, and any error details.

get/evaluations/batch-evaluate/{batchEvaluationId}

Path parameters

batchEvaluationIdstring required

The unique identifier for a batch evaluation.

The unique identifier of the batch evaluation to retrieve.

Response

Success

batchEvaluationIdstring required

The unique identifier of the batch evaluation.

batchEvaluationArnstring required

The Amazon Resource Name (ARN) of the batch evaluation.

batchEvaluationNamestring required

The name of the batch evaluation.

status'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'COMPLETED_WITH_ERRORS' | 'FAILED' | 'STOPPING' | 'STOPPED' | 'DELETING' required

The current status of the batch evaluation.

createdAtstring date-time required

The timestamp when the batch evaluation was created.

errorDetailsErrorDetailsListMemberString[]

The error details if the batch evaluation encountered failures.

descriptionstring

The description of the batch evaluation.

updatedAtstring date-time

The timestamp when the batch evaluation was last updated.

kmsKeyArnstring

The ARN of the KMS key used to encrypt evaluation data.