Loading...
mutiro user message search

Search messages in a conversation

Synopsis

Search for messages within a conversation with various filters.

Note: conversation ID is required for all searches.

Examples:

Find all replies to a message

mutiro user message search --conversation conv_123 --reply-to msg_456

Find messages from a specific user

mutiro user message search --conversation conv_123 --from alice

Combine filters

mutiro user message search --conversation conv_123 --from bob --limit 10

mutiro user message search [flags]

Usage mutiro user message search [flags]
Examples

Find all replies to a message

mutiro user message search --conversation conv_123 --reply-to msg_456

Find messages from a specific user

mutiro user message search --conversation conv_123 --from alice

Combine filters

mutiro user message search --conversation conv_123 --from bob --limit 10
Options
Flag Type Description
--conversation string Conversation ID to search in (required)
--from string Filter by sender username
-h, --help bool help for search
--json bool Output result as JSON
--limit int bool Maximum number of results (max 100) (default 50)
--reply-to string Find replies to a specific message ID
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