kiwi_get_execution_statuses
Retrieve test execution statuses and their IDs to identify valid options before recording or updating an execution result.
Instructions
List TestExecution statuses (PASSED / FAILED / BLOCKED / ...) with their ids. Needed before updating an execution result.
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. |