Skip to main content
After completing this workflow, you can export telemetry from a Run or an Asset to a file from the command line, for downstream analysis, sharing, or archiving.

Before you begin

Import commands

Both export commands share these flags:
  • --output / -o: the file to generate. Required.
  • --format / -f: the output format. Required. Accepts csv, parquet, or sun (WinPlot).
  • --channel / -c: a Channel name to include. Repeat the flag to add more.
  • --channel-id: a Channel ID to include. Repeat the flag to add more.
  • --channel-regex / -x: a regular expression that selects Channels by name.
  • --calculated-channel, --calculated-channel-id, --calculated-channel-regex: the same selectors for Calculated Channels.

Export a Run

Identify the Run by name, ID, or client key. These three selectors are mutually exclusive.
To include Calculated Channels, add them with the calculated-channel selectors:

Export an Asset

Pass the Asset name as a positional argument. Asset exports require a time range set with --start and --stop in RFC 3339 format.