benchling_api_client.api.batches.get_enitity_batches module

async asyncio(*, client: Client, entity_id: str) Optional[Union[BatchesPaginatedList, BadRequestError]]

Get an entity’s batches

async asyncio_detailed(*, client: Client, entity_id: str) Response[Union[BatchesPaginatedList, BadRequestError]]
sync(*, client: Client, entity_id: str) Optional[Union[BatchesPaginatedList, BadRequestError]]

Get an entity’s batches

sync_detailed(*, client: Client, entity_id: str) Response[Union[BatchesPaginatedList, BadRequestError]]