def list_datasets(api_key: Optional[str] = None) -> List[str]:

source code

Fetches a list of all uploaded datasets.

Arguments:

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

Returns:

List with the names of the uploaded datasets. Raises: ValueError: If there was an HTTP error.

  • ValueError - If there was an HTTP error.