All Products
Search
Document Center

E-MapReduce:GetKyuubiService

Last Updated:Dec 01, 2025

Retrieves the details of a Kyuubi Gateway.

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

GET /api/v1/kyuubi/{workspaceId}/{kyuubiServiceId} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

workspaceId

string

No

The workspace ID.

w-cea2c314a****

kyuubiServiceId

string

No

The Kyuubi service ID.

kb-415ddee******f1d1eac0388b86

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

The response struct.

requestId

string

The request ID.

8CE06D75-E6A2-505D-9B4B-31DEE3D98A04

data

object

The returned data.

kyuubiConfigs

string

The configuration of the Kyuubi service.

[]

sparkConfigs

string

The Spark configuration.

[]

state

string

The state of the Kyuubi service.

RUNNING

name

string

The name of the Kyuubi service.

dev_serverless_spark

queue

string

The name of the queue.

dev_queue

createTime

string

The timestamp when the service was created.

1749456094000

startTime

string

The timestamp when the service was started.

1749456094000

creator

string

The UID of the creator.

150978934701****

kyuubiServiceId

string

The ID of the Kyuubi service.

kb-4e209b04588***95f04ad3538ae4

innerEndpoint

string

The internal same-region endpoint.

kyuubi-cn-beijing-internal.spark.emr.aliyuncs.com

publicEndpoint

string

The public domain name.

emr-spark-kyuubi-gateway-cn-beijing.aliyuncs.com

releaseVersion

string

The Spark engine version.

esr-4.6.0 (Spark 3.5.2, Scala 2.12)

computeInstance

string

The specifications of the Kyuubi service.

2c8g

publicEndpointEnabled

boolean

Indicates whether public network access is enabled.

true

replica

integer

The number of high-availability (HA) replicas.

0

kyuubiReleaseVersion

string

The Kyuubi service engine version.

1.9.2-0.0.2

Examples

Success response

JSON format

{
  "requestId": "8CE06D75-E6A2-505D-9B4B-31DEE3D98A04",
  "data": {
    "kyuubiConfigs": "[]",
    "sparkConfigs": "[]",
    "state": "RUNNING",
    "name": "dev_serverless_spark\n",
    "queue": "dev_queue",
    "createTime": "1749456094000",
    "startTime": "1749456094000",
    "creator": "150978934701****",
    "kyuubiServiceId": "kb-4e209b04588***95f04ad3538ae4",
    "innerEndpoint": "kyuubi-cn-beijing-internal.spark.emr.aliyuncs.com",
    "publicEndpoint": "emr-spark-kyuubi-gateway-cn-beijing.aliyuncs.com",
    "releaseVersion": "esr-4.6.0 (Spark 3.5.2, Scala 2.12)",
    "computeInstance": "2c8g",
    "publicEndpointEnabled": true,
    "replica": 0,
    "kyuubiReleaseVersion": "1.9.2-0.0.2"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.