list_muted_tests
Retrieve muted tests from TeamCity with filters by project, build type, or test name. Supports pagination to handle large result sets.
Instructions
List muted tests. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | No | Optional mute locator to filter results | |
| projectId | No | Filter by project ID via locator helper | |
| buildTypeId | No | Filter by build configuration ID via locator helper | |
| testNameId | No | Filter by test name ID via locator helper | |
| pageSize | No | Items per page (default 100) | |
| maxPages | No | Max pages to fetch (when all=true) | |
| all | No | Fetch all pages up to maxPages | |
| fields | No | Optional fields selector for server-side projection |