Read one chunk from a download session
file_transfer_readRead a byte range of a transferred file as base64, continuing from the offset or resume cursor. Repeat with nextOffset until EOF to reassemble the file, with the final response providing sha256 verification.
Instructions
Fetch a byte range as base64. Repeat with nextOffset until eof; the final response carries the whole-file sha256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | ||
| length | No | Defaults to the session's chunkSize. | |
| offset | No | Defaults to the session's resume cursor. |