All Products
Search
Document Center

Quick BI:CheckDatasetExisted

Last Updated:Nov 05, 2025

Checks whether a dataset with the specified CubeId exists.

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

CubeId

string

Yes

The ID of the dataset.

7c7223ae-****-3c744528014b

Response elements

Element

Type

Description

Example

object

The data returned.

RequestId

string

The ID of the request.

C67ABB*********682B0B214

Result

boolean

Indicates whether the API call was successful. Valid values:

  • true: The call was successful.

  • false: The call failed.

true

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "RequestId": "C67ABB*********682B0B214",
  "Result": true,
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

400 Internal.System.Error An internal system error occurred. An internal system error occurred.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.