---
title: "List Items"
method: GET
path: "/accounting/items"
tags: ["accounting/items"]
---

# List Items

`GET /accounting/items`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required

## Changes

- **2024-08-11** `04b9c7ceedbf` — 14 warning
  - removed the optional property `allOf[subschema #2]/data/items/created_at` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/items/field_mappings` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/items/id` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/items/id_acc_company_info` from the response with the `200` status
  - …10 more
- **2024-08-10** `f4029106f69f` — 14 info
  - added the optional property `allOf[subschema #2]/data/items/created_at` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/field_mappings` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/id` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/id_acc_company_info` to the response with the `200` status
  - …10 more
- **2024-08-09** `c3d85dda63e0` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-08-08** `d33d911413f7` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was removed
- **2024-08-07** `65d2ea9683f6` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was added

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/accounting/items/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api/revisions/04b9c7ceedbf/schema)
