v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Gets information about an evaluation job, such as the status of the job.

get/evaluation-jobs/{jobIdentifier}

Path parameters

jobIdentifierstring password required

The Amazon Resource Name (ARN) of the evaluation job you want get information on.

Response

Success

jobNamestring required

The name for the evaluation job.

status'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped' | 'Deleting' required

The current status of the evaluation job.

jobArnstring required

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

jobDescriptionstring password

The description of the evaluation job.

roleArnstring required

The Amazon Resource Name (ARN) of the IAM service role used in the evaluation job.

customerEncryptionKeyIdstring

The Amazon Resource Name (ARN) of the customer managed encryption key specified when the evaluation job was created.

jobType'Human' | 'Automated' required

Specifies whether the evaluation job is automated or human-based.

applicationType'ModelEvaluation' | 'RagEvaluation'

Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).

creationTimestring date-time required

The time the evaluation job was created.

lastModifiedTimestring date-time

The time the evaluation job was last modified.

failureMessagesErrorMessage[]

A list of strings that specify why the evaluation job failed to create.