list_run_test_cases
Retrieve test case execution records within a manual run. Filter by assignee or result status to identify cases needing update.
Instructions
Get the per-case execution records inside a manual run — what the UI shows as rows in the run's test-case table. Each row carries the test case identity (caseKey like 'TC-156', title), the current assignee, and the current result/status ('untested', 'passed', 'failed', etc.). Filter by assignee (email or User _id) or result/status. Use this before update_run_test_case so you have the rtcRef for each case you want to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | Default 25 (max 200). | |
| runId | Yes | Internal run _id or counter-style ID e.g. 'RUN-12' (required). | |
| result | No | Filter by result/status. Display ('Passed') or canonical ('passed') form. | |
| search | No | Match by case title or caseKey. | |
| sortBy | No | ||
| status | No | Alias for result. | |
| assignee | No | Filter by assignee — User _id OR email (server resolves email). | |
| projectId | Yes | Project ID (required). | |
| sortOrder | No |