SearchDomain is the common interface for repositories and views.

Table: SearchDomain

ParameterTypeRequiredDefaultStabilityDescription
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: Aug 21, 2025
action(id: string): Actionmultipleyes Long-Term

A saved action. See Action.

actions(actionIds: [string]): [Action]multipleyes Long-Term

A list of saved actions. See Action.

aggregateAlert(id: string): AggregateAlertmultipleyes Long-Term

A saved aggregate alert. See AggregateAlert.

aggregateAlerts[AggregateAlert]yes Long-TermA list of saved aggregate alerts. See AggregateAlert.
alert(id: string): Alertmultipleyes Long-Term

A saved alert. See Alert.

alerts[Alert]yes Long-TermSaved alerts. See Alert.
allowedViewActions[ViewAction]yes Long-TermReturns the all actions the user is allowed to perform on the view. See ViewAction.
automaticSearchbooleanyes Long-TermWhether to execute automatically the default search query.
availablePackages(filter: string, tags: [PackageTag], categories: [string]): [PackageRegistrySearchResultItem]multipleyes Long-Term

Returns a list of available packages that can be installed.

PackageTag is a scalar. See PackageRegistrySearchResultItem.

dashboard(id: string): Dashboardmultipleyes Long-Term

The default or initial Dashboard to use. See Dashboard.

dashboards[Dashboard]yes Long-TermAll dashboards available on the view. See Dashboard.
defaultQuerySavedQuery  Long-TermThe default query used for the search domain when none is selected. See SavedQuery.
deletedDatelong  Long-TermThe point in time the search domain was marked for deletion.
descriptionstring  Long-TermA description of the search domain.
fileFieldSearchfileFieldSearch(fileName: string, fieldName: string, prefixFilter: string, valueFilters: [FileFieldFilterType], fieldsToInclude: [string], maxEntries: integer): [[DictionaryEntryType]]multipleyes Long-Term

Used to search fields in a CSV or JSON file.

See FileFieldFilterType and DictionaryEntryType.

files[File]yes Long-TermFiles belonging to the search domain. See File.
filterAlert(id: string): FilterAlertmultipleyes Long-Term

A saved filter alert. See FilterAlert.

filterAlerts[FilterAlert]yes Long-TermSaved filter alerts. See FilterAlert.
groups[Group]yes Long-TermGroups with assigned roles. See Group.
hasPackageInstalled(packageId: VersionedPackageSpecifier): booleanmultipleyes Long-Term

Whether there is an installed package. VersionedPackageSpecifier is a scalar.

idstringyes Long-TermThe unique identifier for the search domain.
installedPackages[PackageInstallation]yes Long-TermList packages installed on a specific view or repository. See PackageInstallation.
interactions[ViewInteraction]yes Long-TermAll interactions defined on the view. See ViewInteraction.
isActionAllowed(action: ViewAction): booleanmultipleyes Long-Term

Whether the current user is allowed to perform the action. See ViewAction.

isStarredbooleanyes Long-TermWhether the search domain is highlighted with a star.
nameRepoOrViewNameyes Long-TermThe name of the search domain. RepoOrViewName is a scalar.
packageV2(packageId: VersionedPackageSpecifier): Package2multipleyes Long-Term

Returns a specific version of a package given a package version.

VersionedPackageSpecifier is a scalar value. See Package2.

packageVersions(packageId: UnversionedPackageSpecifier): [RegistryPackageVersionInfo]multipleyes Long-Term

The available versions of a package.

UnversionedPackageSpecifier is a scalar. See RegistryPackageVersionInfo.

permanentlyDeletedAtlong  Long-TermThe point in time the search domain will not be restorable anymore.
recentQueriesV2[RecentQuery]yes Long-TermAll recent queries for the search domain. See RecentQuery.
reposExcludedInSearchLimit[string]yes Long-TermRepositories not part of the search limitation.
resourcestringyes Short-TermThe resource identifier for the search domain.
savedQueries[SavedQuery]yes Long-TermThe saved queries. See SavedQuery.
savedQuery(id: string): SavedQuerymultipleyes Long-Term

A saved query. See SavedQuery.

scheduledReport(id: string): ScheduledReportmultipleyes Long-Term

A saved scheduled report. See ScheduledReport.

scheduledReports[ScheduledReport]yes Long-TermSaved scheduled reports. See ScheduledReport.
scheduledSearch(id: string): ScheduledSearchmultipleyes Long-Term

A saved scheduled search. See ScheduledSearch.

scheduledSearches[ScheduledSearch]yes Long-TermThe scheduled searches to use with the search domain. See ScheduledSearch.
searchLimitedMslong  Long-TermLimit in milliseconds to which searches should are limited.
starredFields[string]yes Long-TermAll fields in the search domain to mark with a star.
tags[string]yes Long-TermAll tags from all datasources.
users[User]yes Long-TermUsers who have access to the search domain. See User.
usersandgroups(search: string, skip: integer, limit: integer): UsersAndGroupsSearchResultSetmultiple  Long-Term

Users and groups associated with the search domain. See UsersAndGroupsSearchResultSet.

usersV2(search: string, permissionFilter: Permission, skip: integer, limit: integer): Usersmultiple  Short-Term

Search users with a given permission, whose email or name matches this search string.

See Permission and Users.

viewerQueryPrefixstringyes Long-TermThe query prefix prepended to each search in this domain.