Parallel Works

pw ai chats ls

List AI chats

Synopsis

The pw ai chats ls command lists your AI chats.

pw ai chats ls [flags]

Examples

  pw ai chats ls
  
  # List as JSON
  pw ai chats ls -o json
  
  # List with pagination
  pw ai chats ls --limit 10 --offset 20

Options

  -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")

Options inherited from parent commands

      --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

SEE ALSO