list_investigations
Retrieve open investigations from TeamCity CI/CD server with filtering options for projects, build configurations, and assignees.
Instructions
List open investigations (supports pagination)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | No | Optional investigation locator to filter results | |
| projectId | No | Filter by project ID via locator helper | |
| buildTypeId | No | Filter by build configuration ID via locator helper | |
| assigneeUsername | No | Filter by responsible user username via locator helper | |
| 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 |