Reports
Get all reports
Gets a list of all user generated reports.
GET
Once a report request has been accepted for processing, you can poll the report resource endpoint at /reports/{report_id}
for its status. When status is ready
, the final report is uploaded and available at {file_url}
.
API Key Permissions
This endpoint requires either the “view” or “trade” permission.
Authorizations
Query Parameters
Filter results by a specific profile_id
Filter results after a specific date
Limit results to a specific number
Filter results by type of report. Possible values: [account
, balance
, fills
, otc-fills
, rfq-fills
, tax-invoice
, 1099k-transaction-history
]
Ignore expired results
Response
200
application/json
The response is of type object[]
.