akb_get_file
Download a file from vault storage to a local path by providing its URI.
Instructions
Download a file from vault storage to a local path. Pass the file URI — akb://{vault}[/coll/{coll_path}]/file/{uuid} — from akb_browse or akb_put_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | File URI (akb://{vault}/file/{id}) | |
| save_to | Yes | Local directory or file path to save to |