List skill versions
list_skill_versionsList historical versions of a skill for auditing or rollback. Read-only. Use this before rollback_skill; use get_skill for the current definition and list_skills for every skill in the playbook. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max versions to return (default 10) | |
| skill_id | Yes | ID or name of the skill | |
| playbook_id | Yes | UUID or GUID of the target playbook |