?
List pairs
Lists graded jewel pairs, filterable by method, verdict, and mode.
admin.jewels.pairs({ methodId?, verdict?, mode?, limit?, cursor? })
The pair ledger as slim rows, cursor-paginated. Filter by method, by verdict (the disagreements are the interesting ones), or by mode. It excludes the full pair payload; fetch one record with pair for the proposal, the human's action, and the transcript.
Parameters
--method-id
string
Filter to one method.
--verdict
string
agree | disagree | skip | expired.
--mode
string
shadow | arrival | auto | approve.
--limit
number
Page size (default 50).
--cursor
string
Keyset cursor from a prior nextCursor.
CLI
remy-admin jewels pairs --method-id triage-issue --verdict disagree