Reference
Remy Reference/admin/List requests
?

List requests

List recent method executions with input, output, duration, and errors.
admin.requests.list({ limit: 50 })

List recent method executions with input, output, duration, and errors. Cursor-paginated and filterable by method id or by success or error status.

Parameters
--limit
number
How many requests to return.
CLI
remy-admin requests list --limit 50