List Skill Revision Files
listSkillRevisionFilesList the files in a skill revision, one page at a time. When has_more is true, pass next_cursor back as cursor to fetch the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of files to return per page (1-1000, default 100) | |
| cursor | No | Opaque continuation token from a previous response's `next_cursor`. Omit for the first page. | |
| skill_revision_id | Yes | Skill revision ID. |