list_transfers
List transfers for a Wise profile, filtering by status, creation date, and pagination to locate specific transactions.
Instructions
List transfers for a profile with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (default 10) | |
| offset | No | Pagination offset | |
| status | No | Filter by status: incoming_payment_waiting, processing, funds_converted, outgoing_payment_sent, cancelled, etc. | |
| profileId | Yes | Profile ID | |
| createdDateEnd | No | Filter end date, ISO format | |
| createdDateStart | No | Filter start date, ISO format e.g. 2024-01-01T00:00:00.000Z |