---
title: "List all benefit charges"
method: GET
path: "/benefits/charges"
tags: ["Benefits", "Pagination", "Search"]
---

# List all benefit charges

`GET /benefits/charges`

## Query parameters

- `subscriptionId` string — Filter charges by subscription ID
- `employeeId` string — The employee whom this benefit is subscribed to
- `providerServiceCode` string — Filter charges by provider service code
- `status` 'PENDING' | 'PAID' | 'OVERDUE' | 'CANCELLED' | 'REFUNDED' — Payment status of a benefit charge
- `billingPeriodFrom` string, date — Filter charges with billing period starting from this date
- `billingPeriodTo` string, date — Filter charges with billing period ending before this date
- `page` number — Page number to retrieve
- `pageSize` number — Number of elements per page

## Response `200`

Successful operation

- BenefitCharge[]
  - `id` string, uuid, required
  - `employeeId` integer, required
  - `subscriptionId` string, required
  - `providerServiceCode` string, required
  - `billingPeriodStart` string, date, required
  - `billingPeriodEnd` string, date, required
  - `amount` number, required — Monetary value in EUR
  - `status` 'PENDING' | 'PAID' | 'OVERDUE' | 'CANCELLED' | 'REFUNDED', required — Payment status of a benefit charge

## Other responses

- `400` — Invalid benefit charges search criteria
- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

---

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