Get Chat History
get_chat_historyRetrieve a list of recent Magic Prompt conversations, including summaries and promptIds to continue or retrieve full messages.
Instructions
Get a list of recent Magic Prompt conversations. Returns conversation summaries with promptIds that can be used to continue conversations via ask_magic_prompt or retrieve full messages via get_chat_messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent conversations to return (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |