devops_repository_item_content
Retrieve raw file content from a repository path at a specified commit version.
Instructions
Get raw file content for a repository path at a specific version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_id | Yes | Repository name or ID. | |
| path | Yes | Path of the item, e.g. src/foo.cs | |
| version | Yes | Commit ID to fetch the file from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |