List wiki assets
wiki_list_assetsList uploaded files in a wiki asset folder and get their details like filename, type, size, and URL. Specify folderId to view assets outside the root folder.
Instructions
List the assets (uploaded files) in a wiki asset folder. folderId 0 is the root folder. Returns id, filename, ext, kind, mime, fileSize (bytes), and url per asset; url assumes the root folder — for assets in another folder, prefix its folder path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by asset kind: 'IMAGE', 'BINARY', or 'ALL' (the default). | ALL |
| folderId | No | Asset folder id. 0 is the root folder (the default) — never null. |