Usage: fal runners list [-h] [--team TEAM] [--since SINCE]
[--state {all,idle,running,pending,setup,failure_delay,terminated} [...]]
[--output {pretty,json}] [--json]
List runners.
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
--since SINCE Show terminated runners since the given time. Accepts 'now', relative like '30m', '1h', '1d', or an ISO timestamp. Max 24 hours.
--state {all,idle,running,pending,setup,failure_delay,terminated} [{all,idle,running,pending,setup,failure_delay,terminated} ...]
Filter by runner state(s). Choose one or more, or 'all' (default).
Output:
--output {pretty,json}
Modify the command output
--json Output in JSON format (same as --output json)