---
title: "GET /v1/subaccount/{teamMemberId}/quota"
method: GET
path: "/v1/subaccount/{teamMemberId}/quota"
tags: ["SubaccountService"]
---

# GET /v1/subaccount/{teamMemberId}/quota

`GET /v1/subaccount/{teamMemberId}/quota`

查询子账号额度使用情况

## Path parameters

- `teamMemberId` string, required

## Response `200`

OK

- ApiSubaccountV1GetSubaccountQuotaReply — 查询子账号额度响应
  - `recentGrants` ApiSubaccountV1QuotaGrant[]
    - `action` string
    - `amountMicros` string
    - `createdAt` string, date-time
    - `id` string
    - `reason` string
  - `remainingMicros` string
  - `totalGrantedMicros` string
  - `usedMicros` string

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
