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

# List all reports

`GET /accounting/{connection_id}/report`

## Path parameters

- `connection_id` string, required

## Query parameters

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

## Response `200`

Successful

- AccountingReport[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `type` 'TRIAL_BALANCE' | 'BALANCE_SHEET' | 'PROFIT_AND_LOSS'
  - `name` string
  - `currency` string
  - `start_at` string, date-time
  - `end_at` string, date-time
  - `balance_sheet` PropertyAccountingReportBalanceSheet
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `start_at` string, date-time
    - `end_at` string, date-time
    - `name` string
    - `currency` string
    - `net_assets_amount` number
    - `assets` AccountingBalancesheetItem[]
      - `account_id` string
      - `name` string
      - `amount` number
      - `sub_items` AccountingBalancesheetItem[]
    - `liabilities` AccountingBalancesheetItem[]
      - `account_id` string
      - `name` string
      - `amount` number
      - `sub_items` AccountingBalancesheetItem[]
    - `equity` AccountingBalancesheetItem[]
      - `account_id` string
      - `name` string
      - `amount` number
      - `sub_items` AccountingBalancesheetItem[]
    - `raw` object
  - `profit_and_loss` PropertyAccountingReportProfitAndLoss
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `category_ids` string[]
    - `start_at` string, date-time
    - `end_at` string, date-time
    - `name` string
    - `currency` string
    - `income` AccountingProfitlossCategory[] — @deprecated – use income_sections instead
      - `name` string
      - `amount` number
      - `sub_items` AccountingProfitlossSubcategory[]
        - `name` string
        - `amount` number
        - `transaction_ids` string[]
    - `expenses` AccountingProfitlossCategory[] — @deprecated – use expenses_sections instead
      - `name` string
      - `amount` number
      - `sub_items` AccountingProfitlossSubcategory[]
        - `name` string
        - `amount` number
        - `transaction_ids` string[]
    - `cost_of_goods_sold` AccountingProfitlossCategory[] — @deprecated – use cost_of_goods_sold_sections instead
      - `name` string
      - `amount` number
      - `sub_items` AccountingProfitlossSubcategory[]
        - `name` string
        - `amount` number
        - `transaction_ids` string[]
    - `gross_profit_amount` number
    - `net_profit_amount` number
    - `income_total_amount` number
    - `net_income_amount` number
    - `expenses_total_amount` number
    - `cost_of_goods_sold_total_amount` number
    - `income_sections` AccountingProfitlossSection[]
      - `section_type` string
      - `section_name` string
      - `total_amount` number
      - `accounts` AccountingProfitlossAccount[]
        - `account_id` string
        - `account_name` string
        - `total_amount` number
        - `transaction_ids` string[]
    - `expenses_sections` AccountingProfitlossSection[]
      - `section_type` string
      - `section_name` string
      - `total_amount` number
      - `accounts` AccountingProfitlossAccount[]
        - `account_id` string
        - `account_name` string
        - `total_amount` number
        - `transaction_ids` string[]
    - `cost_of_goods_sold_sections` AccountingProfitlossSection[]
      - `section_type` string
      - `section_name` string
      - `total_amount` number
      - `accounts` AccountingProfitlossAccount[]
        - `account_id` string
        - `account_name` string
        - `total_amount` number
        - `transaction_ids` string[]
    - `raw` object
  - `trial_balance` PropertyAccountingReportTrialBalance
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `start_at` string, date-time
    - `name` string
    - `currency` string
    - `end_at` string, date-time
    - `total_debit_amount` number
    - `total_credit_amount` number
    - `sub_items` AccountingTrialbalanceSubItem[]
      - `amount` number
      - `account_id` string
      - `account_name` string
    - `raw` object
  - `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/versions/1f72720916e4/schema)
