API.fetch_all_model_versions#

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

Fetch model versions.

Parameters
model_idint

The model id.

raise_on_statusbool, optional

Raise exception if status code is not 200.

Returns
Union[list, httpx.Response]

The response object.