---
title: "List items for a split billing settlement"
method: GET
path: "/api/v1/split-billing/settlements/{settlementId}/items"
tags: ["Split Billing"]
---

# List items for a split billing settlement

`GET /api/v1/split-billing/settlements/{settlementId}/items`

Required scope: `split-billing:read`

## Path parameters

- `settlementId` integer, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

List of split billing items for the given settlement

- OffsetBasedResponse18
  - `data` SplitBillingItem[], required
    - `id` integer, required — Id of this split billing item.
    - `processed` boolean, required — Whether this item has been processed into a settlement.
    - `chargeId` integer, nullable — Id of the underlying charge.
    - `settlementId` integer, nullable — Id of the settlement this item is part of, if any.
    - `teamId` integer, required — Id of the team this item belongs to.
    - `userId` integer, required — Id of the user this item is attributed to.
    - `kwhPriceCap` Money
      - `amount` integer, required — The amount of money
      - `currency` Currency, required
        - `id` integer, nullable — id of the currency
        - `master` boolean — Whether the currency is master or not, master meaning the default currency
        - `identifier` string, required — 3 characters identifier
        - `name` string — Name of the currency
        - `decimals` integer, required — How many decimals the currency has
      - `locale` string, required — Current user locale
    - `amount` Money
      - `amount` integer, required — The amount of money
      - `currency` Currency, required
        - `id` integer, nullable — id of the currency
        - `master` boolean — Whether the currency is master or not, master meaning the default currency
        - `identifier` string, required — 3 characters identifier
        - `name` string — Name of the currency
        - `decimals` integer, required — How many decimals the currency has
      - `locale` string, required — Current user locale
    - `createdAt` string, date-time, nullable — When this item was created.
  - `meta` MontaPageMeta, required
    - `itemCount` integer, required
    - `currentPage` integer, required
    - `perPage` integer, required
    - `totalPageCount` integer, required
    - `totalItemCount` integer, required

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Settlement with provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/revisions/517e18f11015/schema)
