---
title: "Download transactions CSV"
method: GET
path: "/v1/transactions/download_csv"
tags: ["Transaction"]
---

# Download transactions CSV

`GET /v1/transactions/download_csv`

Exports the company's transactions as a CSV file (`text/csv`, `Content-Disposition:
attachment`). The same filtering and sorting query parameters as the list endpoint apply.
The export always computes cumulative balances and appends one column per company custom
column plus an "Archivos" column listing attached file references.

The CSV header is in Spanish: `Fecha, Fecha autorización, Descripción, Proveedor, Nombre
Tarjeta, Tarjeta, Monto, Estado, Moneda origen, Cambio, Egresos, Ingresos, Moneda destino,
Saldo, Etiquetas, Comentarios`, followed by the custom-column labels and `Archivos`.

## Query parameters

- `_order` 'asc' | 'desc'
- `_field` string
- `transaction_type` string
- `status` string

## Headers

- `company-id` string, uuid, required

## Response `200`

CSV file of transactions

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/cardda/apis/banking-api.md) · [All operations](https://skmtc.net/cardda/apis/banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cardda/banking-api/versions/ff1aeb3fda8b/schema)
