def list_custom_endpoints(api_key: Optional[str] = None) -> List[Dict[str, str]]:

source code

Get a list of custom endpoints for the authenticated user.

Arguments:

  • api_key - If specified, unify API key to be used. Defaults

Returns:

A list of dictionaries containing information about custom endpoints. Each dictionary has keys: ‘name’, ‘mdl_name’, ‘url’, and ‘key’.

Raises:

  • requests.exceptions.RequestException: If the API request fails.