---
title: "List transactions"
method: GET
path: "/rest/transactions"
tags: ["Transactions"]
---

# List transactions

`GET /rest/transactions`

Get a list of the transactions of all accounts. You can additionally constrain the amount of transactions being returned by using the query parameters described below as filters.

## Query parameters

- `sort` 'asc' | 'desc'
- `since_type` 'booked' | 'created' | 'modified'
- `until` Schema — unresolved $ref
- `filter` string
- `sync_id` string, UUID — finX ID of synchronization operation.
- `contracts` string
- `types` 'Transfer' | 'Standing order' | 'Direct debit' | 'Salary or rent' | 'GeldKarte' | 'Charges or interest' | 'Unknown' — The transaction type.
- `include_pending` boolean
- `include_statistics` boolean

## Parameters

- `#/paths/~1catalog/get/parameters/0` — unresolved $ref
- `#/paths/~1rest~1timeline/get/parameters/5` — unresolved $ref
- `#/paths/~1auth~1users/get/parameters/0` — unresolved $ref
- `#/paths/~1auth~1users/get/parameters/1` — unresolved $ref
- `#/paths/~1rest~1securities/get/parameters/3` — unresolved $ref
- `#/paths/~1rest~1categories/get/parameters/8` — unresolved $ref
- `#/paths/~1rest~1categories/get/parameters/9` — unresolved $ref
- `#/paths/~1rest~1timeline/get/parameters/6` — unresolved $ref
- `#/paths/~1rest~1timeline/get/parameters/7` — unresolved $ref
- `#/paths/~1rest~1payments/get/parameters/5` — unresolved $ref

## Response `200`

List of transactions.

- object
  - `transactions` Schema[], required — List of transactions. — unresolved $ref
  - `status` Status, required — unresolved $ref
  - `statistics` object, required — Statistics on the transactions
    - `deposit_sum` number — Sum of deposits
    - `deposit_max` number — Maximum deposit amount
    - `expense_max` number — Maximum expense amount
    - `expense_sum` number — Sum of expenses
  - `deleted` string[], required — List of deleted transaction public ids

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref

---

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