list_builds
List TeamCity builds with filtering by project, build type, branch, or status. Supports pagination to control result size.
Instructions
List TeamCity builds. Supports pagination and locator filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | No | Optional build locator to filter builds | |
| projectId | No | Filter by project ID | |
| buildTypeId | No | Filter by build type ID | |
| branch | No | Filter by branch (logical or VCS name) | |
| status | No | Filter by status | |
| count | No | Deprecated: use pageSize | |
| 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| pagination | Yes | Pagination metadata describing which slice was returned. |