Reference
Remy Reference/admin/Export the dataset
?

Export the dataset

Reports a method's training dataset, or streams the pair ledger as JSONL.
admin.jewels.exportSummary({ methodId, start?, end? })

Without --file, the dataset report: per-file row counts, every exclusion bucket named (skip, expired, ungraded, auto, traceless, and more), and trace coverage, so you can see whether the ledger is trainable before spending a run. With --file, one dataset file streamed as JSONL. The client method is admin.jewels.exportSummary (the report); the streaming form is CLI-only.

Parameters
<methodId>
string
RequiredThe method to export pairs for.
--file
string
Stream one file as JSONL: sft-train | sft-eval | preference | eval-disagreements.
--start
string
ISO date, window start.
--end
string
ISO date, window end.
CLI
remy-admin jewels export triage-issue          # dataset report
remy-admin jewels export triage-issue --file sft-train > train.jsonl