benchling_api_client.api.batches.bulk_get_batches module

async asyncio()

Batches can be queried by their IDs or their names. Querying by name requires specifying a registryId since batch names are not necessarily unique across registries. Batches must be registered to query by name.

async asyncio_detailed()
sync()

Batches can be queried by their IDs or their names. Querying by name requires specifying a registryId since batch names are not necessarily unique across registries. Batches must be registered to query by name.

sync_detailed()