---
title: "GET /accounting/expenses"
method: GET
path: "/accounting/expenses"
tags: ["AccountingExpense"]
---

# GET /accounting/expenses

`GET /accounting/expenses`

Get all the expenses

## Query parameters

- `fields` string, nullable
- `pageSize` string, nullable
- `cursor` string, nullable

## Response `200`

- AccountingGetExpensesResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` unknown, required

## Changes

- **2024-08-02** `786dc9593e0a` — 1 info
  - endpoint added
- **2024-03-04** `52cc79f75cb0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/revertinc/apis/revert-api/changes/accounting/expenses/get.md)

---

[API](https://skmtc.dev/revertinc/apis/revert-api.md) · [All operations](https://skmtc.dev/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/revertinc/revert-api/revisions/698ea54a2330/schema)
