list_conversations
Retrieve conversations for the current Canvas user with options to filter by scope, IDs, and include participant details.
Instructions
List conversations for the current user.
Args:
scope: "unread", "starred", "sent", "archived", or "all"
filter_ids: Conversation IDs to filter by
filter_mode: "and" or "or" for filter_ids
include_participants: Include participant info
include_all_ids: Include all participant IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | unread | |
| filter_ids | No | ||
| filter_mode | No | and | |
| include_participants | No | ||
| include_all_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||