ado_get_file
Retrieve file content and metadata from an Azure DevOps repository, optionally on a specific branch.
Instructions
Read a file's content and metadata from a repository at an optional branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path, e.g. "src/index.ts" or "README.md" | |
| branch | No | Branch (defaults to the default branch) | |
| repoId | Yes | Repository name or ID | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) |