list_branches
Retrieve all branches of a GitFlic project with pagination. Returns branch names and last commit messages to help you track project history.
Instructions
List all branches of a GitFlic project with pagination. Returns branch names and last commit messages. Use get_branch for detailed info about a specific branch, or get_default_branch to find the main branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| size | No | Items per page | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |