get_file_content
Fetch the contents of a file from an Azure DevOps Git repository using repository ID, file path, and an optional branch.
Instructions
Get the content of a file from a Git repository.
Args: project: Azure DevOps project name. Uses default if not specified. repository_id: The repository ID or name. path: File path in the repository (e.g., "/src/main.py"). branch: Optional branch name (defaults to the repository's default branch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| repository_id | No | ||
| path | No | ||
| branch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |