kiwi_get_products
List all Kiwi products (TestRail projects) or filter by name or ID to locate specific product records.
Instructions
List Kiwi products (the TestRail 'project' equivalent). Filter dict optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Kiwi ORM filter dict, e.g. {"name": "My Product"} or {"product_id": 3}. Omit or pass {} to list everything. |