messages_list
Retrieve full message objects and thread replies in a single call using channel and timestamp pairs. Eliminates the need for multiple history requests to hydrate saved items.
Instructions
Batch-fetch full message objects by channel and timestamp (undocumented session endpoint).
Resolves both top-level messages and thread replies in one call — useful for
hydrating saved/bookmarked items without one conversations.history call each.
Set detailed=True for the full, uncompacted response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No | Return the full, uncompacted response instead of the compacted summary. | |
| message_ids | Yes | Groups of messages to fetch, each ``{"channel": "C0123", "timestamps": ["1700000000.000100", ...]}``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||