Engine

Covers Engine 2.0.0

rapid/query-channel-range-start

Starts a cancellable, low-priority historical graph query job.

  • Category: Channels and Persistence

Request payload

FieldTypeRequirementDescription
seriesarray<string>RequiredChannel keys or channel-field paths to query; at least one and no more than the server series limit.
fromintegerOptionalInclusive Unix-epoch start time. Millisecond, microsecond, and nanosecond values are normalized by magnitude; x_from is an alias.
x_fromintegerOptionalAlias for from.
tointegerOptionalInclusive Unix-epoch end time. Millisecond, microsecond, and nanosecond values are normalized by magnitude; x_to is an alias.
x_tointegerOptionalAlias for to.
data_framestringOptionalOptional persisted data-frame name.
bucket_countintegerRequiredPositive downsample bucket count; required for this historical graph job.
bucket_modestringRequiredMust be extrema for this historical graph job.
request_keystringOptionalClient-defined key used to cancel and replace an older graph job; defaults to default and is truncated to 128 characters.

Response payload

DetachedJob: A detached-job descriptor. The job requires bucket_count > 0 with bucket_mode set to extrema; its completed result has the same channel-series contract as rapid/query-channel-range.