Query subscription seat and credit statistics, including the subscription period, seat count by type, assigned seats, and remaining credits.
Prerequisites
You have obtained the AccessKey of an Alibaba Cloud account or a RAM user, and the identity has been granted the RAM permissions required to call this operation. We recommend that you set the AccessKey as the environment variables ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET instead of hard-coding it.
Request description
- HTTP method:GET
-
Request URL
Region
Endpoint
Singapore
GET https://modelstudio.ap-southeast-1.aliyuncs.com/tokenplan/subscription/stats -
Authentication
This operation is an Alibaba Cloud OpenAPI operation that uses AccessKey-based signatures (the
ACS3-HMAC-SHA256algorithm). TheAuthorization: Bearer {API_KEY}scheme is not supported. A request must carry the common headersx-acs-action: GetSubscriptionStats,x-acs-version: 2026-02-10,x-acs-date,x-acs-content-sha256,x-acs-signature-nonce, andAuthorization. We recommend that you call this operation with an Alibaba Cloud SDK or OpenAPI Explorer so that you do not have to calculate the signature yourself.
Request parameters
This API has no request parameters.
Response parameters
Parameter | Type | Description |
|---|---|---|
Success | boolean | Whether the API call was successful: |
Code | string | Response status code. |
Message | string | Response message. |
Data | object | Business data. |
SubscriptionStartTime | integer | 订阅开始时间,毫秒 |
SubscriptionEndTime | integer | 订阅结束时间,毫秒 |
Items | Array[Object] | 席位信息列表(按 specType 分组) |
object | 列表数据 | |
SeatType | string | 席位类型(specType) |
SeatRefreshTime | integer | 本周期刷新时间,毫秒 |
TotalSeats | integer | 总席位数 |
AssignedSeats | integer | 已分配席位数 |
SeatCredits | number | 席位总 Credits 额度 |
SeatRemainingCredits | number | 本周期剩余 Credits |
Request example
This operation uses Alibaba Cloud OpenAPI signatures. In the following example, ${SIGNATURE} must be calculated with the ACS3-HMAC-SHA256 algorithm, and x-acs-date and x-acs-signature-nonce must be replaced with actual values.