storage

Download a storage file

Downloads a file under an advertised storage root and returns base64-encoded content. The path parameter is a single URI-encoded relative path; path separators inside it must be percent-encoded. Omit root to use the default appData root.

get/api/v1/storage/files/{path}

Path parameters

pathstring required

URI-encoded relative file path under the selected storage root.

Query parameters

rootstring

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

Response

File content and metadata.

FileDownloadResponse required— unresolved $ref

Changes