ct traj download
Download trajectories from the API or a viewer URL and store them locally.
Usage
ct traj download [OPTIONS] [TRAJECTORY_ID]
Arguments
| Argument | Type | Required |
|---|---|---|
[TRAJECTORY_ID] | text | No |
Options
| Option | Description |
|---|---|
-s, --side-task TEXT | Side task name |
-t, --main-task TEXT | Main task name |
-e, --env, --environment TEXT | Environment name |
--tag TEXT | Filter by tag (only single tag is supported). |
-n, --limit INTEGER RANGE | Bulk-download the latest N matching trajectories (max 500, default 20). [1<=x<=500] |
--dataset TEXT | Download every trajectory in a dataset (no count limit). |
--dataset-version INTEGER | Dataset version to download with --dataset (default: latest). |
--eval | Download the trajectory's full .eval archive instead of the bundle JSON (single trajectory id or viewer URL only). |
--overwrite | Overwrite output files that already exist. |
-o, --output PATH | Destination file or directory for the downloaded trajectories (defaults to <repo>/data/traj/). |
--help | Show this message and exit. |