---
title: "List all expenses"
method: GET
path: "/expenses"
tags: ["Expenses", "Pagination", "Search"]
---

# List all expenses

`GET /expenses`

## Query parameters

- `page` number — Page number to retrieve
- `pageSize` number — Number of elements per page

## Response `200`

Successful operation

- Expense[]
  - `id` string, required
  - `amount` number, required — Monetary value in EUR
  - `title` string, required
  - `payerAccount` string, required
  - `beneficiaryAccount` string, required
  - `beneficiaryAddress` string, required
  - `scheduledAt` string, date-time, required

## Other responses

- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

## Changes

- **2025-02-03** `91c1a6d49e80` — 2 warning, 2 info
  - deleted the `query` request parameter `_page`
  - deleted the `query` request parameter `_pageSize`
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `pageSize`
- **2025-01-17** `4573748c6338` — 2 info
  - added the optional property `errorGUID` to the response with the `500` status
  - added the optional property `errorGUID` to the response with the `503` status
- **2025-01-17** `3aadb0e6d939` — 1 info
  - added the new optional `query` request parameter `_pageSize`
- **2025-01-13** `027398d45de5` — 3 info
  - api tag `Pagination` added
  - api tag `Search` added
  - added the new optional `query` request parameter `_page`
- **2025-01-09** `a59b7402c514` — 2 breaking
  - the response property `code` became optional for the status `500`
  - the response property `code` became optional for the status `503`

[Full history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/expenses/get.md)

---

[API](https://skmtc.dev/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.dev/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
