kiwi_export_test_cases_for_rag
Export test-case full text matching a query as flattened records for RAG retrieval or manual review, including summary, category, priority, status, text, and notes.
Instructions
Bulk-export full text of test cases matching query, flattened for RAG / review (id, summary, category, priority, status, text, notes). Mirrors TestRail export_cases_for_rag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max cases (default 500) | |
| query | Yes | ORM filter, e.g. {"plan": 12} or {"category__product": 3} |