List DM conversation events
list_dm_conversation_eventsFetch recent direct message events for any conversation using its ID. Works for group and 1:1 threads to track messaging activity.
Instructions
Read recent DM events in a conversation by conversationId (works for group and 1:1 threads).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxResults | No | Max events to return (default 20, max 100). | |
| conversationId | Yes | DM conversation id. |