---
title: "Get Credit Balance"
method: GET
path: "/v1/subscription/credit-balance"
tags: ["Subscription"]
---

# Get Credit Balance

`GET /v1/subscription/credit-balance`

Remaining credits and entitlement for the caller's org.

Answers even when the org is out of credits: that is exactly when a caller needs it.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- CreditBalanceResponse
  - `metered` boolean, required — Whether the org bills through Metronome; false means credits do not apply
  - `entitled` boolean, required — Whether the org may currently spend (false once out of credits with no overages)
  - `granted` number, nullable — Credits granted across active grants. Null when the org is not metered.
  - `used` number, nullable — Credits used against those grants. Null when the org is not metered.
  - `remaining` number, nullable — Credits still available. Null when the org is not metered.

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-01** `84e25a31d733` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getbluejay/apis/bluejay-api/changes/v1/subscription/credit-balance/get.md)

---

[API](https://skmtc.dev/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.dev/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/84e25a31d733/schema)
