kiwi_get_case_statuses
Retrieve test case statuses and their IDs to identify states like CONFIRMED or PROPOSED. Use optional filters to find specific statuses for your test management workflow.
Instructions
List TestCase statuses (CONFIRMED / PROPOSED / ...) with their ids.
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. |