benchling_api_client.api.custom_entities.get_custom_entity module

async asyncio(*, client: Client, custom_entity_id: str) Optional[Union[CustomEntity, BadRequestError]]

Get a custom entity

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

Get a custom entity

sync_detailed(*, client: Client, custom_entity_id: str) Response[Union[CustomEntity, BadRequestError]]