# Uapi Get Status Usage

> 使用 UAPI 的“获取API端点使用统计”单接口 skill，处理 获取API端点使用统计、使用统计 等请求。 Use when the user wants get status usage, status usage, usage, rate limit status, usage statistics, concurrency status, or when you need to call GET /status/usage directly.

- Skill: `axt-team/uapi-get-status-usage` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add axt-team/uapi-get-status-usage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/axt-team/uapi-get-status-usage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: AxT-Team (https://skillmd.com/u/axt-team)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/axt-team/uapi-get-status-usage

---


# UAPI 获取API端点使用统计 接口

这个 skill 只封装一个接口：`GET /status/usage`。当需求和“获取API端点使用统计”直接对应时，优先直接选它，再去接口页确认参数、鉴权和返回码。

## 这个 skill 封装的接口

- 方法：`GET`
- 路径：`/status/usage`
- 分类：`Status`
- Operation ID：`get-status-usage`

## 什么时候直接选这个 skill

- 当用户的目标和“获取API端点使用统计”完全对应时，优先直接选它。
- 这个 skill 只对应一个接口，所以不需要在大分类里二次挑选。
- 如果用户已经给了足够的参数，就可以直接进入接口页准备调用。

## 常见关键词

- 中文：`获取API端点使用统计`、`使用统计`
- English: `get status usage`, `status usage`, `usage`, `rate limit status`, `usage statistics`, `concurrency status`, `api usage dashboard`

## 使用步骤

1. 先读 `references/quick-start.md`，快速确认这个单接口是否就是当前要用的目标接口。
2. 再读 `references/operations/get-status-usage.md`，确认参数、请求体、默认值、生效条件和响应码。
3. 如果需要看同分类上下文，再读 `references/resources/Status.md`。

## 鉴权与额度

- Base URL：`https://uapis.cn/api/v1`
- 这个接口需要管理员级别的 Bearer Token，不是普通公开 Key；如果返回 401 或 403，优先检查管理员凭证。
- 这组接口是管理员范围能力，重点先检查管理员 Token，而不是普通公开 Key。

## 常见返回码关注点

- 当前文档里能看到的状态码：`200`、`404`

## 代表性的用户说法

- 帮我用 UAPI 的“获取API端点使用统计”接口处理这个需求
- 这个需求是不是应该调用 获取API端点使用统计 这个接口
- use the UAPI get-status-usage endpoint for this task

## 导航文件

- `references/quick-start.md`：先快速判断这个单接口 skill 是否匹配当前需求。
- `references/operations/get-status-usage.md`：这里是调用前必须看的核心接口页。
- `references/resources/Status.md`：只在需要补充同分类背景时再看。

