---
title: "List all bankfeedtransactions"
method: GET
path: "/accounting/{connection_id}/bankfeedtransaction"
tags: ["accounting", "bankfeedtransaction"]
---

# List all bankfeedtransactions

`GET /accounting/{connection_id}/bankfeedtransaction`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `bankfeedaccount_id` string
- `contact_id` string
- `account_id` string
- `org_id` string
- `start_gte` string
- `end_lt` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- AccountingBankfeedtransaction[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `organization_id` string
  - `bankfeedaccount_id` string
  - `transaction_at` string, date-time
  - `posted_at` string, date-time
  - `amount` number
  - `type` 'DEBIT' | 'CREDIT'
  - `bank_category` string
  - `description` string
  - `merchant_name` string
  - `is_pending` boolean
  - `reference` string
  - `currency` string
  - `contact_id` string
  - `account_id` string
  - `category_ids` string[] — dimension refs -> AccountingCategory (class/department/location)
  - `raw` object

---

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