Async Resource ClientsOn this pageLogClientAsync Async sub-client for manipulating logs.Index Methodsgetget_as_bytesstreamMethods getasync get(): str | NoneRetrieve the log as text. https://docs.apify.com/api/v2#/reference/logs/log/get-log Returns str | Noneget_as_bytesasync get_as_bytes(): bytes | NoneRetrieve the log as raw bytes. https://docs.apify.com/api/v2#/reference/logs/log/get-log Returns bytes | Nonestreamasync stream(): AsyncIterator[httpx.Response | None]Retrieve the log as a stream. https://docs.apify.com/api/v2#/reference/logs/log/get-log Returns AsyncIterator[httpx.Response | None]
Async sub-client for manipulating logs.