ct traj download

Download trajectories from the API or a viewer URL and store them locally.

Usage

ct traj download [OPTIONS] [TRAJECTORY_ID]

Arguments

ArgumentTypeRequired
[TRAJECTORY_ID]textNo

Options

OptionDescription
-s, --side-task TEXTSide task name
-t, --main-task TEXTMain task name
-e, --env, --environment TEXTEnvironment name
--tag TEXTFilter by tag (only single tag is supported).
-n, --limit INTEGER RANGEBulk-download the latest N matching trajectories (max 500, default 20). [1<=x<=500]
--dataset TEXTDownload every trajectory in a dataset (no count limit).
--dataset-version INTEGERDataset version to download with --dataset (default: latest).
--evalDownload the trajectory's full .eval archive instead of the bundle JSON (single trajectory id or viewer URL only).
--overwriteOverwrite output files that already exist.
-o, --output PATHDestination file or directory for the downloaded trajectories (defaults to <repo>/data/traj/).
--helpShow this message and exit.