list_test_cases
List test cases in a project with filters by status, priority, tags, folder, automation status, or search. Get paginated results, shareable URLs, and metadata for available filter values.
Instructions
List test cases in a project with filtering and pagination. Can filter by folder, status, priority, tags, or search query. Returns available status/priority values in metadata for filter options. Each case includes a shareUrl for sharing in Slack, Jira, etc. To resolve a user-facing "TC-30" (displayId) to its internal numeric id, pass search: "TC-30" - search matches the case number and accepts the "TC-" prefix - then read the matching case id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (any matching tag) | |
| limit | No | Number of cases to return | |
| offset | No | Pagination offset | |
| search | No | Search in case title, description, or case number | |
| status | No | Filter by case status (e.g., Draft, Ready, Approved). Values are project-specific. | |
| folderId | No | Filter by specific folder UUID. Omit to list all cases in project. | |
| priority | No | Filter by priority (e.g., Low, Medium, High, Critical). Values are project-specific. | |
| projectId | Yes | Project UUID to list cases from | |
| includeDeleted | No | Include archived/deleted cases | |
| automationStatus | No | Filter by automation status: "automated" (has linked autotests) or "not_automated" (no linked autotests) |