---
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-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/bcedd35abe69/schema)
