benchling_api_client.api.blobs.get_blob module

async asyncio(*, client: Client, blob_id: str) Optional[Union[Blob, NotFoundError]]

Get a Blob

async asyncio_detailed(*, client: Client, blob_id: str) Response[Union[Blob, NotFoundError]]
sync(*, client: Client, blob_id: str) Optional[Union[Blob, NotFoundError]]

Get a Blob

sync_detailed(*, client: Client, blob_id: str) Response[Union[Blob, NotFoundError]]