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

# Export Transactions

`GET /api/transactions/export`

## Query parameters

- `account_id` string, uuid, nullable
- `account_ids` string[], nullable
- `category_id` string, uuid, nullable
- `category_ids` string[], nullable
- `payee_id` string, uuid, nullable
- `from` string, date, nullable
- `to` string, date, nullable
- `q` string, nullable
- `uncategorized` boolean
- `type` string, nullable
- `tags` string[], nullable
- `transaction_ids` string[], nullable — If set, exports exactly these rows (scoped to the workspace); other filters are ignored.

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
