All Products
Search
Document Center

DataWorks:DsgQueryRowDetail

Last Updated:Jul 27, 2026

Exports a row-level detailed list query.

Operation description

This API corresponds to the query feature on the Data Protection Umbrella console interface. It retrieves sensitive data identification results for a specified tenant by associating with the tenant ID.

  • Supports filtering by dimensions such as data source type and project workspace.

  • Supports ascending or descending sorting on a specific field.

  • Supports paging query.

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 parameters

Parameter

Type

Required

Description

Example

PageSize

integer

Yes

The number of entries per page.

10

PageNo

integer

Yes

The page number. Minimum value: 1.

1

EngineName

string

Yes

The engine type. Valid values:

  • ODPS.ODPS

  • EMR

  • HOLO.POSTGRES

EMR

InstId

string

Yes

The instance ID.

20260706102936ec393b1a03ae0d4atarget

Response elements

Element

Type

Description

Example

object

The paginated data of the exported row-level detailed list.

Success

boolean

Indicates whether the workspace information is queried successfully.

true

ErrorCode

string

The error code.

401

ErrorMessage

string

The error message.

The connection does not exist.

HttpStatusCode

integer

The HTTP status code.

200

Data

any

Indicates whether the deletion is successful.

{}

RequestId

string

The request ID.

10000001

DynamicErrorCode

string

The error code. The value is the same as ErrorCode.

400

DynamicErrorMessage

string

The error message. The value is the same as ErrorMessage.

Missing parameter

AccessDeniedDetail

string

The details of the access denial. This field is returned only when RAM authentication fails.

None

Examples

Success response

JSON format

{
  "Success": true,
  "ErrorCode": "401",
  "ErrorMessage": "The connection does not exist.",
  "HttpStatusCode": 200,
  "Data": "{}",
  "RequestId": "10000001",
  "DynamicErrorCode": "400",
  "DynamicErrorMessage": "Missing parameter",
  "AccessDeniedDetail": "None"
}

Error codes

HTTP status code

Error code

Error message

Description

400 BADPARAMETERS Parameters are missing or in the wrong format.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.