get_file_content
Retrieve content of a file or directory from an Azure DevOps repository. Specify the repository ID, path, and optional version (branch, commit, or tag) to get the content.
Instructions
Get content of a file or directory from a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the file or folder | / |
| version | No | The version (branch, tag, or commit) to get content from | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| versionType | No | Type of version specified (branch, commit, or tag) | |
| repositoryId | Yes | The ID or name of the repository | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |