def get_params(
    *,
    logs: Optional[Union[int, unify.Log, List[Union[int, unify.Log]]]] = "all",
    api_key: Optional[str] = None,
) -> List[str]:

source code

Gets all parameter names within the collection of logs (default to all logs).

Arguments:

  • logs - The logs to get all parameters from. Looks for the current active log
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A list of all parameter names.