Retrieves the details of a specific skill.
Operation description
Retrieves the details of a specified skill for a digital employee.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
starops:GetDigitalEmployeeSkill |
get |
*DigitalEmployeeSkill
|
None | None |
Request syntax
GET /digitalEmployee/{name}/skill/{skillName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the digital employee. |
test |
| skillName |
string |
Yes |
The name of the skill. |
test |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| version |
string |
No |
The version of the skill to retrieve. If this parameter is not specified, the latest version is returned. |
1770386951147366810 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| requestId |
string |
The request ID. |
8FDE2569-626B-5176-9844-28877A***** |
| skillName |
string |
The name of the skill. |
test |
| displayName |
string |
The display name of the skill. |
test |
| description |
string |
The description of the skill. |
test |
| enable |
boolean |
Indicates whether the skill is enabled. |
true |
| createTime |
string |
The time when the skill was created. |
2026-02-06T14:09:11Z |
| updateTime |
string |
The time when the skill was last updated. |
2026-02-06T14:09:11Z |
| version |
string |
The version of the skill. |
1770386951147366810 |
| files |
array<object> |
The file list of the skill. |
|
|
object |
A file associated with the skill. |
||
| name |
string |
The file name. |
SKILL.md |
| content |
string |
The file content. |
--- name: skill description: description --- # skill skill test |
| remark |
string |
A user-provided remark about the skill. |
remark |
Examples
Success response
JSON format
{
"requestId": "8FDE2569-626B-5176-9844-28877A*****\n",
"skillName": "test",
"displayName": "test",
"description": "test",
"enable": true,
"createTime": "2026-02-06T14:09:11Z\n",
"updateTime": "2026-02-06T14:09:11Z\n",
"version": "1770386951147366810\n",
"files": [
{
"name": "SKILL.md\n",
"content": "---\nname: skill\ndescription: description\n---\n\n# skill \n\nskill test"
}
],
"remark": "remark"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.