Returns the last 10 chat items for a design (user prompts, AI
responses, artifact versions, manual edits). Use ?skip=N to paginate
backwards through older items. Page size is fixed at 10.
Because the editor is collaborative, the user (or other agents) may have sent prompts or made changes between your tool calls. Use this to stay in sync with the current state.
Code contents are omitted from chat items to keep the response small.
Use POST /v3/designs/{editorId}/artifacts/{artifactId}/files/read
to read full file contents.
Documentation Index
Fetch the complete documentation index at: https://magicpatterns.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Magic Patterns API key. The same key authenticates v3 REST and the MCP server. Create one at https://www.magicpatterns.com/settings/api-keys.
The design's editor ID.
"abc123"
Number of most-recent items to skip (for pagination). Defaults to 0.
x >= 0