API.fetch_model_notes#

API.fetch_model_notes(model_id: int, raise_on_status: bool = True) Union[Response, List[Dict[str, Any]]]#

Fetch list of model notes.

Parameters
model_idint

The model id

raise_on_statusbool, optional

Raise exception if status code is not 200.

Returns
Union[httpx.Response, List[Dict[str, Any]]]