---
title: "GET /v1/organizations/{organizationUID}/balance-history"
method: GET
path: "/v1/organizations/{organizationUID}/balance-history"
tags: ["organization"]
---

# GET /v1/organizations/{organizationUID}/balance-history

`GET /v1/organizations/{organizationUID}/balance-history`

Get Organization Balance history

## Path parameters

- `organizationUID` string, required

## Query parameters

- `startDate` integer
- `endDate` integer

## Response `200`

Successful operation

- object
  - `data` object[]
    - `period` string, date-time, required
    - `remaining_event_capacity` integer, required
    - `total_event_capacity_used` integer, required

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
