---
title: "Get User Spending Limit"
method: GET
path: "/v0/user/spending-limit"
tags: ["User"]
---

# Get User Spending Limit

`GET /v0/user/spending-limit`

Get the monthly spending limit for the current user's personal usage.

## Response `200`

Successful Response

- UserSpendingLimitResponse — Response for user's personal spending limit.
  - `user_id` string, required — User ID.
  - `monthly_spending_cap` number, nullable — The monthly spending limit for personal usage.
  - `assistants_capped` integer — Number of personal assistants that had their limits reduced.

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
