---
title: "Get billing status"
method: GET
path: "/api/billing/status"
tags: ["billing"]
---

# Get billing status

`GET /api/billing/status`

[cloud-only] Returns the authenticated user's current billing and subscription status.

## Response `200`

Billing status

- BillingStatus — [cloud-only] Overall billing and subscription status.
  - `subscription` BillingSubscription — [cloud-only] Active subscription details.
    - `id` string, required
    - `status` 'active' | 'cancelled' | 'past_due' | 'trialing', required
    - `plan_id` string, required
    - `plan_name` string
    - `current_period_start` string, date-time
    - `current_period_end` string, date-time
    - `cancel_at_period_end` boolean
  - `balance` BillingBalance — [cloud-only] Current credit balance and usage summary.
    - `credits_remaining` integer, required — Available credits
    - `credits_used` integer — Credits used in current billing period
    - `credits_total` integer — Total credits allocated in current period
  - `has_payment_method` boolean

## Other responses

- `401` — Unauthorized

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/billing/status/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c9640fded659/schema)
