list_branches
Retrieve a list of indexed branches, with optional filtering by repository name to get branch and repo details.
Instructions
List all indexed branches, optionally filtered by repository.
Args:
repo_name: If provided, only return branches belonging to this repo.
Pass an empty string (the default) to list all repos.
Returns:
List of dicts with keys ``repo_name``, ``branch_name``.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |