Loading...
mutiro user message read

Read messages from a conversation

Synopsis

Read messages from a conversation with another user or agent.

You can specify the conversation by:

  • Username (e.g., "alice") - for direct messages
  • Conversation ID (e.g., "conv_123") - for any conversation

Examples:

Read messages from conversation with alice

mutiro user message read alice

Read last 20 messages from a conversation

mutiro user message read conv_123 --limit=20

Output as JSON

mutiro user message read alice --json

mutiro user message read <username|conversation-id> [flags]

Usage mutiro user message read <username|conversation-id> [flags]
Examples

Read messages from conversation with alice

mutiro user message read alice

Read last 20 messages from a conversation

mutiro user message read conv_123 --limit=20

Output as JSON

mutiro user message read alice --json
Options
Flag Type Description
--format string Output format: text, json (default "text")
-h, --help bool help for read
--json bool Output messages as JSON
--limit int bool Maximum number of messages to retrieve (default 10)
--reverse bool Show messages in reverse chronological order
--since string Show messages since timestamp (RFC3339 format)
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro user message