def list_projects(
    *,
    api_key: Optional[str] = None,
) -> List[str]:

source code

Returns the names of all projects stored in your account.

Arguments:

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

Returns:

List of all project names.