List version history
Designs
List version history
Returns the most recent 20 artifact versions for a design, with their
artifact IDs, labels, and titles. Use ?skip=N to paginate backwards.
Page size is fixed at 20.
Each version corresponds to a snapshot of the design’s code at a point
in time. Use the returned artifactId with the artifact read/write
endpoints, or fork from it with POST /v3/designs/{editorId}/artifacts.
GET
List version history
Authorizations
Magic Patterns API key. The same key authenticates v3 REST and the MCP server. Create one at https://www.magicpatterns.com/settings/api-keys.
Path Parameters
The design's editor ID.
Example:
"abc123"
Query Parameters
Number of most-recent items to skip (for pagination). Defaults to 0.
Required range:
x >= 0