benchling_api_client.api.locations.get_location module

async asyncio(*, client: Client, location_id: str) Union[Location, None, NotFoundError]

Get a location by ID

async asyncio_detailed(*, client: Client, location_id: str) Response[Union[Location, None, NotFoundError]]
sync(*, client: Client, location_id: str) Union[Location, None, NotFoundError]

Get a location by ID

sync_detailed(*, client: Client, location_id: str) Response[Union[Location, None, NotFoundError]]