Job id to fetch models for (default: the most recent job).
NAME(optional)
Model name (e.g. best.pt) or model id to download. A name matching more than one model for this job is refused — pass the model id instead. Omitted: list the models.
Print the named model’s metadata as JSON instead of downloading it.
--json
Print the bare model list as a JSON array instead of a table (automation-friendly).
--limit N
Cap the bare list output (no NAME/–all) at N models (default 20 for the human-readable table; –json with no –limit returns the complete list instead, and –json WITH one says on stderr that it was bounded — machine output never truncates silently). 1..250. Does not change –all, which always downloads every model.
-o, --output OUTPUT
Output path. For one model, 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.