Help Center/ Data Security Center/ API Reference/ API Description/ Asset Map/ Obtaining Asset Map Scoring Details
Updated on 2026-01-13 GMT+08:00

Obtaining Asset Map Scoring Details

Function

This API is used to obtain the scoring details of an asset map, including the overall security score and risk level of a project.

Calling Method

For details, see Calling APIs.

URI

GET /v2/{project_id}/data-map/risk-score

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID, which is used to identify a specific project.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

analysis_status

Integer

Analysis status.

last_analyze_time

Long

Last analysis time.

level

String

Scoring level.

score

String

Score.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Request succeeded. The asset map scoring details are returned.

401

Unauthorized access to the resource.

403

Access denied. Insufficient permissions.

404

The requested resource does not exist.

Error Codes

See Error Codes.