get_all_transfers
Retrieve all football transfers available in your subscription with pagination support. Filter and select specific fields to get transfer details including player, teams, and transfer type.
Instructions
Get all transfers available within your subscription (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Semicolon-separated includes. e.g. player;fromTeam;toTeam;type | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |