> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Client.iter_bytes

```python theme={"system"}
async def Client.iter_bytes(
    asset: Asset,
) -> AsyncIterator[bytes]
```

Stream an asset as provider-dependent byte chunks.

## Parameters

<ParamField path="asset" type="Asset">
  The asset to resolve and stream.
</ParamField>

## Yields

Byte chunks whose sizes are selected by the storage provider.
