PackageRegistrySearchResultItem is a datatype for information about a package that matches a search in a package registry.

This datatype is used by the availablePackages parameters of the Repository and View datatypes — both are used by several mutation and query fields.

Table: PackageRegistrySearchResultItem

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Dec 12, 2025
descriptionstring  Long-TermThe description of the package that matches the search.
iconUrlUrlOrData  Long-TermThe URL to the icon for the package that matches the search. UrlOrData is a scalar.
idVersionedPackageSpecifieryes Long-TermThe unique identifier of the package that matches the search of the package registry. VersionedPackageSpecifier is a scalar.
installedVersionVersionedPackageSpecifieryes Long-TermThe version of the package installed. VersionedPackageSpecifier is a scalar.
isLatestVersionSupportedbooleanyes Long-TermWhether the latest version is supported.
minHumioVersionOfLatestSemanticVersionyes Long-TermThe minimum LogScale version of the latest package. SemanticVersion is a scalar.
typePackageTypeyes Long-TermThe type of package: application, or library. See PackageType.