list_problems
Retrieve and filter build problems from TeamCity with pagination support to identify and analyze CI/CD pipeline failures.
Instructions
List build problems (supports pagination)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch all pages up to maxPages | |
| buildId | No | Filter by build ID via locator helper | |
| fields | No | Optional fields selector for server-side projection | |
| locator | No | Optional problem 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 |