canvas_get_conversation
Retrieve a full Canvas conversation thread with all messages. Read-only, so it does not mark the conversation as read.
Instructions
Get a full Canvas conversation thread with all messages. Read-only: does not mark the conversation as read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact removes the avatar URLs Canvas attaches to user objects (avatar_url, avatar_image_url); "full" returns Canvas's payload untouched. Link fields (url, html_url, preview_url) survive both rungs. No field projection: this server passes Canvas's payload through verbatim and has no verified record of which of its fields a caller needs. |