List Checks
list_checksBrowse available quality checks grouped by category to find the right evaluation for chat or voice simulations. See each check's name, description, and output type (pass/fail or scored).
Instructions
List available quality checks, grouped by category.
Returns checks (both built-in and custom) available in your Okareo
account, organized into `checks_by_category` using the platform's
`__category:<Category>` tags; checks with no category appear under
`uncategorized`. Select checks from the category matching your task
AND modality: voice-specific categories (e.g. voice/audio quality)
apply to voice simulations, while checks outside voice-specific
categories are generally useful for both chat and voice. A check
carrying multiple categories appears under each of them.
Each check has a name, description, and output_data_type.
output_data_type uses the server vocabulary: "bool" is a pass/fail
check and "int" is a scored check — these correspond to output_type
"pass_fail" and "score" in create_or_update_check and generate_check.
Use these check names with run_test to evaluate model quality.
Args:
limit: Maximum number of checks to return (default 20), applied to
the total before grouping. Use 0 for no limit.
all_versions: When false (default), returns only the latest version of
each check. When true, returns the full version history of every
check, each entry annotated with its version number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| all_versions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |