---
title: "List Charge"
method: GET
path: "/organizations/{orgId}/charges"
tags: ["Charge"]
---

# List Charge

`GET /organizations/{orgId}/charges`

Retrieve a list of Charge entities

## Path parameters

- `orgId` string, required

## Query parameters

- `pageSize` integer
- `nextToken` string
- `accountId` string
- `entityType` 'AD_HOC' | 'BALANCE' — The entity type the Charge has been created for.
- `entityId` string
- `billDate` string, date
- `ids` string[]
- `scheduleId` string

## Response `200`

ListCharges 200 response

- PaginatedChargeResponseData
  - `data` ChargeResponse[]
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
  - `nextToken` string

## Other responses

- `4XX` — Error message
- `5XX` — Error message

---

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