---
title: "Get Account Transactions"
method: GET
path: "/finance/accounts/{id}/transactions"
---

# Get Account Transactions

`GET /finance/accounts/{id}/transactions`

Returns the list of finance account transactions.

## Path parameters

- `id` number, required

## Query parameters

- `page` number
- `direction` 'income' | 'expense'
- `category_id` number
- `created_by_id` number
- `created_at` string[]
- `sort` 'created_at' | '-created_at'

## Response `200`

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/versions/85de4353ed28/schema)
