storage

List storage files

Lists files and directories under an advertised storage root. The optional path is always relative to the selected root; rooted paths, .. traversal segments, and symlink/reparse-point traversal are rejected. Absolute on-device paths are not returned. Omit root to use the default appData root.

get/api/v1/storage/files

Query parameters

rootstring

Storage root id. Defaults to appData. Use /api/v1/storage/roots to discover supported roots.

pathstring

Relative subdirectory path. Omit or pass an empty string for the selected root.

Response

Directory listing.

FileListResponse required— unresolved $ref

Changes