storage_read
Read files from Flipper Zero storage via BLE. Returns decoded text for text files (under ~8KB) or a binary summary with local path for other files.
Instructions
Read a file from the Flipper's storage over BLE (storage_read_request). Returns decoded text
for text files (.sub / .nfc / .ir / configs, capped ~8 KB), or a binary summary + local path
otherwise. path: e.g. '/ext/subghz/Tesla/foo.sub'. ⚠️ BLE times out on LARGE files (firmware
#3174) — for big ones use the USB flipper server's storage_read. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |