list_test_sets
List test sets to browse collections of test cases. Each set contains scenarios for agent evaluation; use the returned IDs to create runs.
Instructions
List test sets (collections of test cases). Each contains scenarios to run against an agent. Use test_set_id when creating runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Number of results per page (1-100, default 50) | |
| page_token | No | Token for retrieving the next page of results | |
| order_by | No | Sort order (e.g., "-create_time" for newest first) | |
| filter | No | Filter expression (e.g., status="COMPLETED") |