SearchDataDistributionInput is an input for querying segment data distribution statistics. This datatype is used by the searchDataDistribution() query.

Table: SearchDataDistributionInput

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: Jul 10, 2026
arguments[QueryArgumentInputType]  PreviewAny query arguments for parameterized queries. See QueryArgumentInputType.
maxDatasourcesinteger  PreviewThe maximum number of datasources to return. Defaults to 200.
maxTagEntriesinteger  PreviewThe maximum number of tag distribution entries to return. Defaults to 200.
queryStringstringyes PreviewThe query string for tag-based datasource filtering. Empty string matches all datasources.
searchDomainNamestringyes PreviewThe repository or view to analyze. Views with multiple connections return per-repository results.
timeBucketsinteger  PreviewThe number of time buckets for the distribution histogram. Defaults to 50, with a maximum of 50.
timeIntervalQueryTimeInterval  PreviewThe time range. Defaults to last twenty-four hours. See QueryTimeInterval.