API.fetch_dashboard#

API.fetch_dashboard(raise_on_status: bool = True) Union[Response, Dict[str, Any]]#

Fetch dashboard.

Parameters
raise_on_statusbool, optional

Raise exceptions if the status code is not 200.

Returns
Union[httpx.Response, dict]

The response object