Usage: fal apps runners [-h] [--team TEAM] [--env ENV]
[--since SINCE]
[--state {all,idle,running,pending,setup,failure_delay,terminated} [...]]
[--output {pretty,json}] [--json]
app_name
List application runners.
Positional Arguments:
app_name Application name.
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
--env ENV Target environment (defaults to main).
--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)
Examples:
fal apps runners my-app
fal apps runners my-app --env staging