---
title: "Admin Subscription Usage"
method: GET
path: "/users/{user_id_or_username}/subscription_usage"
tags: ["Users"]
---

# Admin Subscription Usage

`GET /users/{user_id_or_username}/subscription_usage`

Admin endpoint to get subscription usage and caps for any user by user_id or username.

## Path parameters

- `user_id_or_username` string, required

## Headers

- `X-Chutes-Hotkey` string, nullable
- `X-Chutes-Signature` string, nullable
- `X-Chutes-Nonce` string, nullable
- `Authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chutes/apis/fastapi.md) · [All operations](https://skmtc.dev/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chutes/fastapi/revisions/7be1aa2fe1a0/schema)
