?
List agent threads
Pages every agent conversation, newest-activity-first, transcripts excluded.
admin.agent.threadsList({ limit: 20 })
Every conversation the app's agent has had, newest-activity-first, transcripts excluded. Page through them by passing one response's nextCursor as the next call's cursor. toolErrorCount and hasTurnError mark the threads worth opening, and devSession separates your own test conversations from real traffic.
Parameters
--limit
number
Threads per page. Default 20, capped at 100.
--cursor
string
Pagination cursor from a prior page's nextCursor.
CLI
remy-admin agent threads list --limit 20