指定されたスキルの詳細を名前で取得します。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
BundleUrlis a temporary download link. Once the link expires, you must call this operation again to get a new one.
今すぐお試しください
テスト
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 |
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=..."
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。