すべてのプロダクト
Search
ドキュメントセンター

DataWorks:GetSkill

最終更新日:Jun 11, 2026

指定されたスキルの詳細を名前で取得します。SKILL.md ファイルの本文やバンドルのダウンロードリンクを含みます。

操作説明

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.

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

この操作の認証情報はありません。問題が発生した場合は、アカウントマネージャーにご連絡ください。

リクエストパラメーター

パラメーター

必須 / 任意

説明

Name

string

必須

スキルの一意の名前。

my-skill

レスポンスフィールド

フィールド

説明

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=...

成功レスポンス

JSONJSON

{
  "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=..."
  }
}

エラーコード

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。