--state to get paused or both.
Filter by state
To filter the sandboxes by their state you can specify the--state flag, which can either be “running”, “paused” or both.
Filter by metadata
To filter the sandboxes by their metadata, use the--metadata flag.
Filter by template
To filter the sandboxes by the template they were created from, use the--template flag with a template ID or alias.
Filter by start time
To return only sandboxes started at or after a given time, use the--started-after flag with an ISO 8601 timestamp.
Sort order
To sort the sandboxes by their start time, use the--order flag with asc or desc.
List limit
To limit the amount of sandboxes returned by the command, use the--limit flag.
--limit 0 to return all sandboxes.
Output format
To output the sandboxes in JSON format, use the--format flag.
Pretty print (default)