list_transfers
Retrieve transfers filtered by status, type, or customer ID. Supports pagination to page through results.
Instructions
List transfers with optional filters for status, type, or customer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by transfer type | |
| status | No | Filter by transfer status | |
| pageSize | No | Number of transfers per page (default: 20) | |
| pageToken | No | Token for the next page of results | |
| customerId | No | Filter by customer ID |