get_file_content
Retrieve file or directory contents from an Azure DevOps repository by specifying organization, project, repository ID, path, version, and version type.
Instructions
Get content of a file or directory from a repository
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 | |
| path | No | Path to the file or folder | / |
| version | No | The version (branch, tag, or commit) to get content from | |
| versionType | No | Type of version specified (branch, commit, or tag) |