List the call log
Lists voice calls (web, inbound, outbound), newest first.
admin.voice.sessionsList({ limit })
The call log across web, phone-in, and phone-out sessions, newest first and cursor-paged. Transcripts are left out for speed, so fetch a single session for the full transcript. A devSessionId on a row marks a builder test call.
Parameters
--limit
number
Max per page (default 20, clamps to 100).
--cursor
string
Pagination cursor from a prior page's nextCursor.
CLI
remy-admin voice sessions list --limit 10