benchling_api_client.api.projects.get_project module

async asyncio(*, client: Client, project_id: str) Optional[Union[Project, NotFoundError]]

Get a project by ID

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

Get a project by ID

sync_detailed(*, client: Client, project_id: str) Response[Union[Project, NotFoundError]]