canvas_get_conversation
Retrieve detailed information about a specific conversation using its unique ID to manage and track communications within the Canvas Learning Management System.
Instructions
Get details of a specific conversation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conversation_id | Yes | ID of the conversation |
Input Schema (JSON Schema)
{
"properties": {
"conversation_id": {
"description": "ID of the conversation",
"type": "number"
}
},
"required": [
"conversation_id"
],
"type": "object"
}