List Test Sets
| Option | Type | Default | Description |
|---|---|---|---|
--filter | string | — | Filter expression |
--page-size | number | 50 | Results per page |
--order-by | string | — | Sort order |
Get Test Set
| Argument | Type | Required | Description |
|---|---|---|---|
test_set_id | string | Yes | The test set ID |
Create Test Set
| Option | Type | Required | Description |
|---|---|---|---|
--name | string | Yes | Test set name |
--slug | string | No | URL-friendly identifier (auto-generated if omitted) |
--description | string | No | Description of the test set |
--type | string | No | Test set type: DEFAULT, SCENARIO, TRANSCRIPT, or WORKFLOW |
Update Test Set
| Argument | Type | Required | Description |
|---|---|---|---|
test_set_id | string | Yes | The test set ID to update |
| Option | Type | Description |
|---|---|---|
--name | string | New name |
--slug | string | New slug |
--description | string | New description |
Delete Test Set
| Argument | Type | Required | Description |
|---|---|---|---|
test_set_id | string | Yes | The test set ID to delete |

