すべてのプロダクト
Search
ドキュメントセンター

Agent Security Center:ListSubTasks

最終更新日:Jul 17, 2026

サブタスク情報を取得します。

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

この操作の認証情報はありません。問題が発生した場合は、アカウントマネージャーにご連絡ください。

リクエスト構文

GET  HTTP/1.1

リクエストパラメーター

パラメーター

必須 / 任意

説明

RootTaskId

string

任意

タスク送信時に返されるメインタスク ID。

110146ac282314fe4f7cd11afc7540eb

TaskType

string

任意

タスクタイプ。

SKILL_CHECK

CurrentPage

integer

任意

現在のページ番号。

1

PageSize

integer

任意

ページサイズ。

10

レスポンスフィールド

フィールド

説明

object

レスポンスのスキーマ。

RequestId

string

リクエストの ID。

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

アップロードされたファイルのハッシュ値。

03d1f08455e965cac0351eaa59256fd9

PageInfo

object

ページネーション情報。

CurrentPage

integer

現在のページ番号。

1

PageSize

integer

ページサイズ。

10

TotalCount

integer

クエリ結果のレコード総数。

1

Count

string

現在のページに表示されるデータエントリの数。

1

成功レスポンス

JSONJSON

{
  "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"
  }
}

エラーコード

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。