v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBFunding
Retrieve JIT Reports
Retrieves a JIT report for the requested report type and system date. By default, the report is returned inline. For large reports, use response_type=download_url to receive a temporary signed download URL.
get/v1/transfers/jit/reports
Query parameters
report_type'detail' | 'net_summary' | 'net_payment' | 'net_payment_final' | 'gross_summary' | 'gross_payment' | 'gross_payment_final' required
The type of report you want to get.
system_datestring date required
Date of file generation.
asset_class'us_equity' | 'crypto'
The asset class to retrieve for.
response_type'inline' | 'download_url'
Controls how the report is returned. Use inline to return the report content directly in the response. Use download_url to return a temporary signed URL that can be used to download the generated report. If omitted, the default value is inline.
Response
OK