v1
latestOpenAPI 3.1.02026-07-22133579505.8 KBTransfers
List transfers for a given destination
Retrieve list of transfers.
get/destinations/{destination_id}/transfers
Path parameters
destination_idstring required
Destination ID.
Query parameters
statusstring
Status of the transfer.
include_tagsstring
Filter transfers by comma-separated key.value pairs.
ended_beforestring
Filter transfers with ended_at less than (exclusive) this RFC3339 timestamp.
ended_afterstring
Filter transfers with ended_at greater than or equal to (inclusive) this RFC3339 timestamp.
page_sizeinteger
Number of items to return per page.
order'asc' | 'desc'
Sort order for items
cursorstring
Used for pagination - represents last page seen. Value is included in response when there is a next page.
Response
OK