List AI chats
The pw ai chats ls command lists your AI chats.
pw ai chats ls [flags]
# List chats
pw ai chats ls
# List as JSON
pw ai chats ls -o json
# List with pagination
pw ai chats ls --limit 10 --offset 20
-h, --help help for ls
--limit int Maximum number of chats to return (default 20)
--offset int Number of chats to skip
-o, --output string Output format (table, json) (default "table")
--context string The context to use. Overrides PW_CONTEXT environment variable and current context from config.
--platform-host string The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging