list_build_configs
List build configurations with pagination and locator filtering to find specific builds.
Instructions
List build configurations. Supports pagination and locator filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | No | Optional build type locator to filter | |
| projectId | No | Filter by project ID | |
| 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. |