Skip to content

simulo recordings

Download a job’s MCAP recording(s) (GET /v1/jobs/{id}/recordings).

usage: simulo recordings [-h] [--all] [--limit N] [-o OUTPUT] [job_id] [name]
Argument Description
JOB_ID (optional) Job id to fetch recordings for (default: the most recent job).
NAME (optional) Recording name (default: the job’s sole recording).
Option Description
--all Download every recording for the job.
--limit N Cap the disambiguation listing shown when the job has more than one recording and no NAME/–all was given (default 20, max 250). Does not change –all, which always downloads every recording.
-o, --output OUTPUT Output path. For one recording, a trailing separator or existing directory saves its named file inside it; otherwise this is the exact file path. A directory for –all; missing directories are created.