PersistedAggregationBackfillProgress is a datatype for progress information for a backfilling persisted aggregation.

This datatype is ultimately used by the persistedAggregations() query.

Table: PersistedAggregationBackfillProgress

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: May 12, 2026
intervalsCompletedlongyes PreviewNumber of intervals already processed.
oldestUnprocessedTimelongyes PreviewEpoch milliseconds of the next planned execution (i.e., the frontier of progress).
targetStartTimelongyes PreviewEpoch milliseconds of the backfill start date (the earliest point to process).
totalIntervalslongyes PreviewTotal number of intervals in the backfill window.