---
title: "Get organization usage"
method: GET
path: "/api/v1/account/organization/usage"
tags: ["ACCOUNT"]
---

# Get organization usage

`GET /api/v1/account/organization/usage`

## Response `200`

Successful Response

- OrganizationUsageSummary
  - `billing_period_start` string, date-time, required
  - `billing_period_end` string, date-time, required
  - `allocation_period_start` string, date-time, nullable, required
  - `allocation_period_end` string, date-time, nullable, required
  - `allocation_cadence` 'monthly' | 'annual', nullable, required
  - `allocation_amounts` union, required — Shape depends on plan type: explorer/developer unit plans return `explorer_units` and `developer_units`; legacy plans return `credits`.
    - ExplorerDeveloperUnitAmounts
      - `explorer_units` integer
      - `developer_units` integer
    - CreditsAmounts
      - `credits` integer
  - `consumed_amounts` union, required — Shape mirrors `allocation_amounts`.
    - ExplorerDeveloperUnitUsageAmounts
      - `explorer_units` number, float
      - `developer_units` number, float
    - CreditsUsageAmounts
      - `credits` number, float

---

[API](https://skmtc.net/allium/apis/allium-account-api.md) · [All operations](https://skmtc.net/allium/apis/allium-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/allium/allium-account-api/versions/6c79c032c85d/schema)
