ado_list_items
List files and folders at a specified path in an Azure DevOps repository, with options for recursion and branch selection.
Instructions
List files and folders at a path in a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | ||
| repoId | Yes | Repository name or ID | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| recursive | No | Recurse into subfolders (default false = one level) | |
| scopePath | No | Directory path to list; omit for repo root |