benchling_api_client.api.boxes.get_box module

async asyncio(*, client: Client, box_id: str) Optional[Union[Box, BadRequestError]]

Get a box

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

Get a box

sync_detailed(*, client: Client, box_id: str) Response[Union[Box, BadRequestError]]