---
title: "Get current user's Sales Agent quota"
method: GET
path: "/v2.0/sales-agents/quota"
tags: ["Sales Agents V2"]
---

# Get current user's Sales Agent quota

`GET /v2.0/sales-agents/quota`

Retrieves AI quota information for the current logged-in user, including total quota, used quota, remaining quota, and borrow status.

## Headers

- `Authorization` string, required

## Response `200`

Quota information retrieved successfully

- SalesAgentQuotaResponseV2 — Sales Agent quota information
  - `totalQuota` integer — Total quota limit
  - `usedQuota` integer — Used quota count (working leads)
  - `remainingQuota` integer — Remaining quota count
  - `hasQuotaAvailable` boolean — Whether quota is available
  - `usagePercentage` number, double — Quota usage percentage (0-100)
  - `isBorrowed` boolean — Whether AI is borrowed from others
  - `borrowLevel` string — Borrow level if borrowed: SELF, GROUP, TEAM
  - `borrowedFrom` integer — Borrowed from user/office ID

## Other responses

- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
