get_execution_cases
Retrieve individual case-run rows from a manual test execution, including step details and external links, to review current statuses and prepare result reporting. Filter by group, status, or title to find specific cases.
Instructions
List the individual case-run rows of a Manual Test Execution so you can report results against them. Returns each row's executionCaseId (UUID - pass to report_case_result), caseId (numeric), group, current status, the case-level result fields (notes, causedBy, durationMinutes, executedBy, executedAt), the case's externalLinks (Jira/Linear tickets, present only if you also hold integrations:read), and steps (0-based index, action, expected, current step status, issueDescription). Everything report_case_result writes reads back here. Use after add_*_to_execution and before report_case_result. Supports paging + filtering by group/status/title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No | Optional case-title search | |
| status | No | Optional case-status filter (e.g. not_executed, passed, failed) | |
| groupId | No | Optional: only cases in this source group (execution_test_run UUID) | |
| executionId | Yes | Execution UUID |