---
title: "Get Billing Status"
method: GET
path: "/api/billing/status/{product_id}"
tags: ["billing"]
---

# Get Billing Status

`GET /api/billing/status/{product_id}`

Get current billing status for a product.

Returns current plan, usage, limits, and subscription status.
Values are in millicents (1000 millicents = 1 cent = $0.01).

## Path parameters

- `product_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/dafdd6b267c4?raw)
