全部產品
Search
文件中心

Agent Security Center:ListSubTasks

更新時間:Jul 17, 2026

取得子任務資訊。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求文法

GET  HTTP/1.1

請求參數

名稱

類型

必填

描述

樣本值

RootTaskId

string

提交任務返回的主任務 ID。

110146ac282314fe4f7cd11afc7540eb

TaskType

string

任務類型。

SKILL_CHECK

CurrentPage

integer

當前頁碼。

1

PageSize

integer

分頁大小。

10

返回參數

名稱

類型

描述

樣本值

object

Schema of Response

RequestId

string

Id of the request

9FDE3D6F-26BD-5937-B0E5-8F47962B****

Data

array<object>

任務結果列表。

array<object>

任務結果。

Id

integer

任務 ID。

4190063324899520

TaskStatus

string

任務狀態。

success

TaskResultMessage

object

任務結果資訊。

SkillCheckResult

object

RiskInfo

array<object>

array<object>

Path

string

/home/97e55e6af371836f/

ResultType

string

file

Ext

object

Virus

array<object>

object

Ext

string

{}

Score

integer

100

Type

string

Backdoor

Guardrail

object

Suggestion

string

block

Detail

array<object>

array<object>

Level

string

high

Suggestion

string

block

Type

string

promptAttack

Result

array<object>

object

Confidence

number

25

Description

string

Suspicious attacks.

Label

string

attack

Level

string

high

Sensitive

object

Detail

array<object>

object

Desc

string

aliyun_ak_24

Result

array

string

LTAIvdi11f0b****

Config

object

Detail

array<object>

object

Line

string

2555

Description

string

The skill configuration allows Bash execution via agent-browser:* pattern without requiring user confirmation. This enables potentially dangerous command execution through the browser automation CLI.

Content

string

allowed-tools: Bash(agent-browser:*)

ItemName

string

Dangerous Tools Without Confirmation

Target

string

檢測對象。

c7acb2f1264e4467887ef8f4c36c44ca1

FileHash

string

上傳檔案的 Hash 值。

03d1f08455e965cac0351eaa59256fd9

PageInfo

object

分頁資訊。

CurrentPage

integer

當前頁碼。

1

PageSize

integer

分頁大小。

10

TotalCount

integer

查詢結果的總記錄數。

1

Count

string

當前頁顯示的資料條數。

1

樣本

正常返回樣本

JSON格式

{
  "RequestId": "9FDE3D6F-26BD-5937-B0E5-8F47962B****",
  "Data": [
    {
      "Id": 4190063324899520,
      "TaskStatus": "success",
      "TaskResultMessage": {
        "SkillCheckResult": {
          "RiskInfo": [
            {
              "Path": "/home/97e55e6af371836f/",
              "ResultType": "file",
              "Ext": {
                "Virus": [
                  {
                    "Ext": "{}",
                    "Score": 100,
                    "Type": "Backdoor"
                  }
                ],
                "Guardrail": {
                  "Suggestion": "block",
                  "Detail": [
                    {
                      "Level": "high",
                      "Suggestion": "block",
                      "Type": "promptAttack",
                      "Result": [
                        {
                          "Confidence": 25,
                          "Description": "Suspicious attacks.",
                          "Label": "attack",
                          "Level": "high"
                        }
                      ]
                    }
                  ]
                },
                "Sensitive": {
                  "Detail": [
                    {
                      "Desc": "aliyun_ak_24",
                      "Result": [
                        "LTAIvdi11f0b****"
                      ]
                    }
                  ]
                },
                "Config": {
                  "Detail": [
                    {
                      "Line": "2555",
                      "Description": "The skill configuration allows Bash execution via agent-browser:* pattern without requiring user confirmation. This enables potentially dangerous command execution through the browser automation CLI.",
                      "Content": "allowed-tools: Bash(agent-browser:*)",
                      "ItemName": "Dangerous Tools Without Confirmation"
                    }
                  ]
                }
              }
            }
          ]
        }
      },
      "Target": "c7acb2f1264e4467887ef8f4c36c44ca1",
      "FileHash": "03d1f08455e965cac0351eaa59256fd9"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 10,
    "TotalCount": 1,
    "Count": "1"
  }
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情