list_queued_builds
Retrieve queued builds from TeamCity with optional locator filters and pagination controls. Supports field selection and fetching all pages up to a limit.
Instructions
List queued builds. Supports TeamCity queue locator filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | No | Queue locator filter (e.g., project:(id:MyProj)) | |
| 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 |