list_vcs_roots
Retrieve and manage version control system roots from TeamCity with pagination support, filtering by project ID and optional field selection.
Instructions
List VCS roots (supports pagination)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
all | No | Fetch all pages up to maxPages | |
fields | No | Optional fields selector for server-side projection | |
maxPages | No | Max pages to fetch (when all=true) | |
pageSize | No | Items per page (default 100) | |
projectId | No | Filter by project ID |