All Products
Search
Document Center

Compute Nest:GetSkillFileDetectResult

Last Updated:Jun 10, 2026

Retrieves the result of a Skill file detection task.

Operation description

Prerequisites

This operation is available only if the service provider enabled the modification feature and configured the relevant parameters during service creation.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

HashKey

string

Yes

The unique identifier for the detection task.

2aceb074-fa72-44d2-99d9-45b17cffe0e7

RegionId

string

No

The region ID.

cn-hangzhou

Response elements

Element

Type

Description

Example

object

Response schema

RequestId

string

The request ID.

3F976EF8-C10A-57DC-917C-BB7BEB508FFB

HashKey

string

The unique identifier for the detection task.

8cfb1102cc5f56fe752f6e9b8c6f7f3d

Result

integer

The file detection result. Valid values:

0: safe file

1: suspicious file

3: The detection is in progress.

0

Score

integer

The file detection score. The score ranges correspond to the following threat levels:

0–60: safe

61–70: risk

71–80: suspicious

81–100: malicious

10

Code

string

The result code. A value of "200" indicates success. Other values indicate an error.

200

Message

string

The response message.

Successful

Examples

Success response

JSON format

{
  "RequestId": "3F976EF8-C10A-57DC-917C-BB7BEB508FFB",
  "HashKey": "8cfb1102cc5f56fe752f6e9b8c6f7f3d",
  "Result": 0,
  "Score": 10,
  "Code": "200",
  "Message": "Successful"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.