# List agentsbolna agents list# List with custom page sizebolna agents list --page-size 50# Page through resultsbolna agents list --page 2# Bare IDs, piped into another commandbolna agents list -q | xargs -I{} bolna agents view {}# Export to CSVbolna agents list -o csv > agents.csv