Engine

Covers Engine 2.0.0

rapid/channel-export-start

Starts a detached channel data export job.

  • Category: Channels and Persistence

Request payload

FieldTypeRequirementDescription
seriesarray<string>RequiredChannel keys or channel-field paths to export; at least one non-empty string is required.
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; also used as the exported file-name stem.
columnsarray<ExportColumn>OptionalOptional display labels. Each item uses channelPath and columnLabel.

Response payload

DetachedJob: A detached-job descriptor. On completion, result contains row_count, file_name, server-local local_output_path, and a client-facing download_url.

Errors

  • No series is supplied, a channel is invalid, the output cannot be written, or the export is canceled.