benchling_api_client.api.folders.get_folder module

async asyncio(*, client: Client, folder_id: str) Optional[Union[Folder, NotFoundError]]

Get a folder by ID

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

Get a folder by ID

sync_detailed(*, client: Client, folder_id: str) Response[Union[Folder, NotFoundError]]