Export transactions history to CSV

Export user's transactions history to CSV file with filtering by purpose.
This endpoint proxies to the accounts service and returns the same CSV format.
Requires either 'view_business_transactions_for_accessible_accounts' or 'view_all_accounts_details_balance' permission.

Query Params
string
enum

Sort by field (prefix with '-' for DESC)

Allowed:
string

Search by description

string
enum

Filter by status

Allowed:
string
enum

Filter by operation type

Allowed:
string
enum

Filter by transaction purpose (determines CSV format)

string
enum

Filter by transaction type

Allowed:
string

Filter by account ID

string

Filter by multiple account IDs (comma-separated)

string

Filter from created date (RFC3339)

string

Filter to created date (RFC3339)

string

Filter from updated date (RFC3339)

string

Filter to updated date (RFC3339)

string

Filter from status changed date (RFC3339)

string

Filter to status changed date (RFC3339)

Headers
string
required

Bearer token

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/csv