tencent cloud

APIs

DescribeBudgetRemindRecordList

Download
Focus Mode
Font Size
Last updated: 2026-07-13 11:09:08

1. API Description

Domain name for API request: billing.intl.tencentcloudapi.com.

Return budget alert records, including budget period, detection time, notification time, reminder type, and content.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeBudgetRemindRecordList.
Version Yes String Common Params. The value used for this API: 2018-07-09.
Region No String Common Params. This parameter is not required for this API.
PageNo Yes Integer Page number, int
PageSize Yes Integer Number of items per page, integer
BudgetId Yes String Budget base information association id

3. Output Parameters

Parameter Name Type Description
Data BudgetRemindRecordList Budget configuration properties
Message String Error message prompt.
Note: This field may return null, indicating that no valid values can be obtained.
Code Integer Error response code
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Budget Alert Record

Successful Example

Input Example

POST / HTTP/1.1
Host: billing.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeBudgetRemindRecordList
<Common request parameters>

{
    "PageNo": 1,
    "PageSize": 1,
    "BudgetId": "123"
}

Output Example

{
    "Response": {
        "Code": 0,
        "Data": {
            "CountId": null,
            "Current": 1,
            "MaxLimit": null,
            "OptimizeCountSql": true,
            "Orders": [],
            "Pages": 12,
            "Records": [
                {
                    "AlarmType": "BUDGET",
                    "BudgetQuota": "",
                    "CreateTime": 1640048401000,
                    "DateDesc": "month",
"MessageContent": "\r\nBudget name: CVM budget, Budget period: monthly, Budget type: cost budget, Budget amount: 0.0, Reminder type: forecast amount, Condition: percentage of the budget amount, Threshold: at least 10%, Currency: 0 CNY\r\n"
                    "RealCost": "100.00",
                    "SendTime": 1640048400000
                }
            ],
            "SearchCount": true,
            "Size": 1,
            "Total": 12
        },
        "Message": null,
        "RequestId": "b6862d8d-ad0d-488b-9900-e046d3e2a736"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback