get_repository_details
Retrieve comprehensive repository details from Azure DevOps, including branch statistics and refs, by specifying project and repository IDs. Enable or disable statistical data and ref inclusion as needed.
Instructions
Get detailed information about a repository including statistics and refs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branchName | No | Name of specific branch to get statistics for (if includeStatistics is true) | |
includeRefs | No | Whether to include repository refs | |
includeStatistics | No | Whether to include branch statistics | |
projectId | Yes | The ID or name of the project | |
refFilter | No | Optional filter for refs (e.g., "heads/" or "tags/") | |
repositoryId | Yes | The ID or name of the repository |