benchling_api_client.api.entries.get_entry module

async asyncio(*, client: Client, entry_id: str) Optional[Union[EntryById, NotFoundError]]

Get a notebook entry by ID

async asyncio_detailed(*, client: Client, entry_id: str) Response[Union[EntryById, NotFoundError]]
sync(*, client: Client, entry_id: str) Optional[Union[EntryById, NotFoundError]]

Get a notebook entry by ID

sync_detailed(*, client: Client, entry_id: str) Response[Union[EntryById, NotFoundError]]