get_message
Retrieve a specific message by its ID to access its full details.
Instructions
Retrieve a message by ID.
Args: message_id: The ID of the message to retrieve
Returns: Dict[str, Any]: Response data containing message details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |