benchling_api_client.api.batches.get_batch module
-
async asyncio(*, client: Client, batch_id: str) → Optional[Union[Batch, BadRequestError]]
Get a batch
-
async asyncio_detailed(*, client: Client, batch_id: str) → Response[Union[Batch, BadRequestError]]
-
sync(*, client: Client, batch_id: str) → Optional[Union[Batch, BadRequestError]]
Get a batch
-
sync_detailed(*, client: Client, batch_id: str) → Response[Union[Batch, BadRequestError]]