get_repository_details
Retrieve detailed repository information from Azure DevOps, including optional statistics and refs filtering. Specify repository ID, project, and organization to get branch statistics or refs with filters.
Instructions
Get detailed information about a repository including statistics and refs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| repositoryId | Yes | The ID or name of the repository | |
| includeStatistics | No | Whether to include branch statistics | |
| includeRefs | No | Whether to include repository refs | |
| refFilter | No | Optional filter for refs (e.g., "heads/" or "tags/") | |
| branchName | No | Name of specific branch to get statistics for (if includeStatistics is true) |