v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Lists all existing evaluation jobs.

get/evaluation-jobs

Query parameters

creationTimeAfterstring date-time

A filter to only list evaluation jobs created after a specified time.

creationTimeBeforestring date-time

A filter to only list evaluation jobs created before a specified time.

statusEquals'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped' | 'Deleting'

A filter to only list evaluation jobs that are of a certain status.

applicationTypeEquals'ModelEvaluation' | 'RagEvaluation'

A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.

nameContainsstring

A filter to only list evaluation jobs that contain a specified string in the job name.

maxResultsinteger

The maximum number of results to return.

nextTokenstring

Continuation token from the previous response, for Amazon Bedrock to list the next set of results.

sortBy'CreationTime'

Specifies a creation time to sort the list of evaluation jobs by when they were created.

sortOrder'Ascending' | 'Descending'

Specifies whether to sort the list of evaluation jobs by either ascending or descending order.

Response

Success

nextTokenstring

Continuation token from the previous response, for Amazon Bedrock to list the next set of results.