def get_versions(
    entry_name: str,
    project: Optional[str] = None,
    api_key: Optional[str] = None,
):

source code

Return all versions within the project for a specified log entry name.

Arguments:

  • entry_name - The name of the entry to return all versions for.
  • project - Name of the project to get versions from.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

The versions for the specified entry name.