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