Parameters
Asset
The asset to resolve and read.
int | None
An optional maximum accepted object size in bytes.
Returns
The complete object contents asbytes.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
async def Client.read_bytes(
asset: Asset,
*,
max_bytes: int | None = None,
) -> bytes
bytes.Was this page helpful?