API.fetch_all_model_checks_by_id#

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

Fetch all model checks.

Parameters
model_idint

The model ID.

raise_on_statusbool, optional

Whether to raise error on bad status code or not

Returns
Union[httpx.Response, list]

The response from the server