Retrieve a paginated list of bulk transfers with support for filtering, sorting, and status tracking. This endpoint returns all bulk transfers associated with your account in chronological order.
Filter transfers by their current status:
created
- Initialized but not executedexecuting
- Currently processingcancelled
- Manually cancelledexpired
- Past execution windowcompleted
- All transfers processedCursor for fetching next page of results
pagination.after
in previous responseCursor for fetching previous page of results
pagination.before
in previous responseNumber of records to return per page
Array of bulk transfer objects
400 - Invalid Request
Occurs when:
401 - Unauthorized
403 - Forbidden
Occurs when:
The API uses cursor-based pagination for reliable list operations:
limit
after
cursor from previous responsebefore
cursor if availableFor optimal performance:
This endpoint has the following rate limits:
Efficient Filtering
Pagination Handling
Error Handling
Performance
For additional assistance: