Search messages in a conversation
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]
Find all replies to a message
Find messages from a specific user
Combine filters
| 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 |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |