List your conversations
List all conversations for the authenticated user.
This command displays all conversations you're participating in, including direct messages and group conversations.
Each conversation shows the last message, participants, and activity timestamps.
Examples:
List all conversations
mutiro user list
List conversations with verbose output
mutiro user list --verbose
mutiro user list [flags]
List all conversations
List conversations with verbose output
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for list |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |