list_forks
List forks of a repository with pagination and custom field selection for targeted data retrieval.
Instructions
List forks of a repository. Supports custom field selection via the fields param ('*all' for full raw response, 'slug,name' for a custom subset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of forks to return (default: 25, max: 1000). | |
| start | No | Start index for pagination (default: 0). | |
| fields | No | Comma-separated fields to return (dot notation for nested paths). Omit for a curated default; use '*all' for the full raw API response. | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| repository | Yes | Repository slug. |