list_muted_tests
Retrieve muted tests from TeamCity CI/CD server with filtering options for project, build configuration, or test name, supporting pagination for efficient data management.
Instructions
List muted tests (supports pagination)
Input Schema
TableJSON 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 |