---
title: "Export transactions"
method: GET
path: "/api/v1/transactions/export"
tags: ["Transactions"]
---

# Export transactions

`GET /api/v1/transactions/export`

Export transactions as CSV or XLSX file.

## Query parameters

- `format` 'csv' | 'xlsx'
- `type` string, nullable — Comma-separated transaction types
- `incomeOnly` boolean, nullable
- `tag` string, nullable — Comma-separated tags
- `status` string, nullable — Comma-separated unified statuses
- `contactId` string, nullable — Comma-separated contact UUIDs
- `bank_account_id` string, nullable — Comma-separated bank account UUIDs
- `bankAccountId` string, nullable — Comma-separated bank account UUIDs
- `cardId` string, nullable — Comma-separated Card UUIDs
- `fromDate` string, date-time, nullable
- `toDate` string, date-time, nullable
- `q` string, nullable — Free-text search across description, merchant, tag, hash/wallet, contact name, counterparty user, invoice contractor, IBAN, and exact amount. Min 2 chars; values shorter are ignored.

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hevn-inc/apis/hevn-api.md) · [All operations](https://skmtc.net/hevn-inc/apis/hevn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hevn-inc/hevn-api/revisions/e6301d6796bf/schema)
