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

# List all transactions

`GET /accounting/{connection_id}/transaction`

## Path parameters

- `connection_id` string, required

## Query parameters

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

## Response `200`

Successful

- AccountingTransaction[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `memo` string
  - `total_amount` number
  - `tax_amount` number
  - `account_id` string
  - `reference` string
  - `sub_total_amount` number
  - `split_account_id` string
  - `payment_method` string
  - `payment_terms` string
  - `customer_message` string
  - `type` string
  - `lineitems` AccountingTransactionLineItem[]
    - `id` string
    - `unit_quantity` number
    - `unit_amount` number
    - `total_amount` number
    - `account_id` string
    - `object_type` string
    - `name` string
    - `description` string
    - `category_ids` string[]
  - `currency` string
  - `contacts` AccountingTransactionContact[]
    - `id` string, required
    - `is_customer` boolean
    - `is_supplier` boolean
  - `organization_id` string
  - `category_ids` string[]
  - `project_id` string
  - `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/1f72720916e4/schema)
