cyphermed.api.projects.get_project_by_id
Get Project By Id
Get a project by ID
Args: project_id (str):
Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.
Returns: Response[Union['AdminProjectInfo', 'ProjectInfo']]
Get Project By Id
Get a project by ID
Args: project_id (str):
Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.
Returns: Union['AdminProjectInfo', 'ProjectInfo']
Get Project By Id
Get a project by ID
Args: project_id (str):
Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.
Returns: Response[Union['AdminProjectInfo', 'ProjectInfo']]
Get Project By Id
Get a project by ID
Args: project_id (str):
Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.
Returns: Union['AdminProjectInfo', 'ProjectInfo']