v1

latestOpenAPI 3.1.02026-07-22133579505.8 KB
Reports

List transfer reports

Retrieve transfer stats. Will return the summary stats of all destinations over the most recent 2 weeks by default.

get/reports/transfers

Query parameters

destinationsstring

Destination ID (or comma-separated list of destination IDs).

startstring

Start date of report (in the format YYYY-MM-DD).

endstring

End date of report (in the format YYYY-MM-DD).

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

status'success' required
messagestring required
has_nextboolean required

Whether there are more items beyond this page.

next_urlstring

Full URL to fetch the next page. Only present when has_next is true.