Lists the versions of a skill.
Operation description
Lists the previous versions of a skill.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
starops:ListDigitalEmployeeSkillVersions |
list |
*DigitalEmployeeSkill
|
None | None |
Request syntax
GET /digitalEmployee/{name}/skill/{skillName}/versions HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the digital employee. |
test |
| skillName |
string |
Yes |
The skill name. |
test |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned for the request. |
||
| requestId |
string |
The request ID. |
0B9377D9-C56B-5C2E-A8A4-A01D6CC3F4B8 |
| data |
array<object> |
A list of previous skill versions. |
|
|
object |
A previous version of the skill. |
||
| skillName |
string |
The skill name. |
test |
| displayName |
string |
The display name. |
test |
| description |
string |
The description. |
test |
| enable |
boolean |
Indicates whether the skill version is enabled. |
true |
| updateTime |
string |
The time when the skill version was last updated. |
2026-02-06T14:09:11Z |
| version |
string |
The version number. |
1770386951147366810 |
| remark |
string |
The remark for the skill version. |
remark |
| createTime |
string |
The time when the skill version was created. |
2026-02-06T14:09:11Z |
Examples
Success response
JSON format
{
"requestId": "0B9377D9-C56B-5C2E-A8A4-A01D6CC3F4B8\n",
"data": [
{
"skillName": "test",
"displayName": "test",
"description": "test",
"enable": true,
"updateTime": "2026-02-06T14:09:11Z\n",
"version": "1770386951147366810\n",
"remark": "remark",
"createTime": "2026-02-06T14:09:11Z\n"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.