list_branches
Retrieve available branches for a TeamCity project or build configuration to manage version control and CI/CD workflows.
Instructions
List branches for a project or build configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildTypeId | No | Build type ID | |
| projectId | No | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"buildTypeId": {
"description": "Build type ID",
"type": "string"
},
"projectId": {
"description": "Project ID",
"type": "string"
}
},
"type": "object"
}