List evaluators
The ListEvaluators API returns a paginated list of all custom evaluators
in your account and Region, including both your custom evaluators and built-in
evaluators. Built-in evaluators are returned first.
Filtering: The API supports pagination through nextToken and maxResults parameters (1-100 results per page). Each evaluator summary includes type (Builtin or Custom), status, level, and lock state.
Summary information: Returns essential metadata including ARN, name, description, evaluation level, creation and update timestamps, and current lock status for quick overview and selection.
Code samples for Starter Toolkit, AgentCore SDK, and AWS SDK
The following code samples demonstrate how to list evaluators using different development approaches. Choose the method that best fits your development environment and preferences.
Console
Use the console to view and manage your custom evaluators through a visual interface that displays evaluator details in an organized table format.
To list custom evaluators
-
Open the Amazon Bedrock AgentCore console.
-
In the navigation pane, choose Evaluation.
-
Choose Custom evaluators next to Evaluation configurations.
-
In the Custom evaluators card, view the table that lists the custom evaluators you have created.