All Products
Search
Document Center

DataWorks:GetSkill

Last Updated:Jun 11, 2026

Mengambil detail Skill tertentu berdasarkan nama, termasuk isi file SKILL.md dan tautan unduhan bundle.

Deskripsi operasi

Overview

  • request parameters: The name of the target Skill.

  • response parameters: The details of the Skill, including its name, description, creator ID, modifier ID, visibility level, visibility scope, the body of the SKILL.md file, a temporary download link for bundle.zip (which requires no authentication and will expire), the creation time, and the last modified time.

  • Note: The BundleUrl is a temporary download link. Once the link expires, you must call this operation again to get a new one.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

Name

string

Yes

Nama unik Skill.

my-skill

Elemen respons

Element

Type

Description

Example

object

The response data.

RequestId

string

The unique ID for the request.

824F80BA-1778-5D8A-BAFF-668A4D9C4CC7

Skill

object

The returned Skill object.

CreatorId

string

The ID of the user who created the Skill.

123456

ModifierId

string

The ID of the user who last modified the Skill.

123456

Name

string

The name of the Skill.

my-skill

Description

string

The Skill description.

数据分析技能

Visibility

string

The visibility level.

TENANT

Body

string

The content of the SKILL.md file.

把大象装冰箱需要3步,把冰箱门打开,把大象放进去,把冰箱门关上。

VisibilityScope

object

The visibility scope.

ProjectIds

array

string

123456

UserIds

array

string

123456

GmtCreateTime

string

The time the Skill was created, provided as a UNIX timestamp in milliseconds.

1780555634000

GmtModifiedTime

string

The time the Skill was last modified, provided as a UNIX timestamp in milliseconds.

1780555634000

BundleUrl

string

A temporary download link for bundle.zip, which does not require authentication and will expire.

https://your-bucket.oss-cn-hangzhou.aliyuncs.com/xxx.zip?Expires=...&Signature=...

Contoh

Respons sukses

JSONformat

{
  "RequestId": "824F80BA-1778-5D8A-BAFF-668A4D9C4CC7",
  "Skill": {
    "CreatorId": "123456",
    "ModifierId": "123456",
    "Name": "my-skill",
    "Description": "数据分析技能",
    "Visibility": "TENANT",
    "Body": "把大象装冰箱需要3步,把冰箱门打开,把大象放进去,把冰箱门关上。",
    "VisibilityScope": {
      "ProjectIds": [
        "123456"
      ],
      "UserIds": [
        "123456"
      ]
    },
    "GmtCreateTime": "1780555634000",
    "GmtModifiedTime": "1780555634000",
    "BundleUrl": "https://your-bucket.oss-cn-hangzhou.aliyuncs.com/xxx.zip?Expires=...&Signature=..."
  }
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.