tencent cloud

APIs

DescribeSandboxLLMAuditAlertList

Download
Focus Mode
Font Size
Last updated: 2026-09-01 10:11:53

1. API Description

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

Paging query for the LLM audit alarm log list. Supports precise filtering of a single alarm by Filter.Name=ID for the details page scenario.

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: DescribeSandboxLLMAuditAlertList.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
Offset No Integer

Offset. Default value: 0

Limit No Integer

Number of items per page. Default value: 10. Maximum value: 200.

Filters.N No Array of Filters

Filtering Conditions
Supported filter items:
ID: Query a single alarm record by ID
BelongAssetType: The asset type to which it belongs. Available values: HOST / CONTAINER
RuleName: Search by user rule name
RuleAction: Hit action. Available values: PASS (allowlist) / BLOCK (BLOCK and alarm) / MONITOR (alarm)
InstanceId: Precise filtering by asset instance ID (for viewing the alarm list of the asset on the Asset Details Page and other scenarios)
InstanceName: Fuzzy search by asset instance name. Multiple values have an "or" relationship with each other
Status: Processing Status. Available values: PENDING (unprocessed) / HANDLED (processed) / IGNORE (ignored) / PASS (allowlisted) / BLOCK (blocked)

3. Output Parameters

Parameter Name Type Description
Data Array of TrafficSandboxLLMAuditAlertInfo

Alarm list

TotalCount Integer

Total quantity.

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 Example of querying the LLM audit alarm list

Input Example

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

{}

Output Example

{
    "Response": {
        "Data": [
            {
                "ID": 9001,
                "BelongAssetType": "HOST",
                "RuleID": 6001,
                "RuleName": "Sensitive intent audit",
                "SystemRuleName": "Politically sensitive content - standard",
                "InstanceId": "ins-a1b2c3d4",
                "InstanceName": "app-server-01",
                "ClusterId": "",
                "ContainerId": "",
                "ContainerName": "",
                "HitPayload": "Risk type: jailbreak prompt content, risk content: user asked for jailbreak methods",
                "RuleAction": "BLOCK",
                "Level": "HIGH",
                "Status": "BLOCK",
                "FirstAlertTime": "2025-03-10T08:00:00+08:00",
                "LastAlertTime": "2025-03-15T14:30:00+08:00"
            }
        ],
        "TotalCount": 42,
        "RequestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    }
}

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