SavedQuery is a datatype for a query saved for later use.

Table: SavedQuery

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 3, 2024
allowedActions[AssetAction]yes The allowed asset actions. See AssetAction. This is a preview and subject to change.
assetTypeAssetTypeyes A list of related asset types. See AssetType. This has been deprecated and will be removed in version 1.136 of LogScale.
descriptionstring  A description of the saved query.
displayNamestringyes The display name of the saved query.
idstringyes The unique identifier for the saved query.
interactions[QueryBasedWidgetInteraction]yes The interactions of the saved query. See QueryBasedWidgetInteraction.
isStarredbooleanyes Whether the saved query has been marked with a star.
namestringyes The name of the saved query.
optionsJSONyes Options related to the saved query, in JSON form.
packagePackageInstallation  The package, if there is one, in which the saved query is included. See PackageInstallation.
packageIdVersionedPackageSpecifieryes The unique identifier of the package. VersionedPackageSpecifier. is a scalar value.
queryHumioQueryyes The saved query itself. See HumioQuery.
templateYamlstringyes A YAML formatted string that describes the saved query.
widgetTypestringyes The type of widget used with the saved query.