List DM conversation events
list_dm_conversation_eventsRetrieve recent direct message events for any conversation using its ID, supporting both group and 1:1 threads.
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. |