assets_get
Download a stored blob to a local file path, writing bytes directly to disk to avoid context-window bloat, and return its size and optional SHA-256 header.
Instructions
Download a blob to a local file path. Writes bytes directly to disk (no context-window bloat). Returns size + SHA-256 header (if the blob has one stored).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Blob key to download | |
| project_id | Yes | Project ID | |
| output_path | Yes | Local filesystem path to write the bytes to. Parent directories will be created. |