Pages
List versions
A Page’s kept versions, newest first.
GET
The version history that is still kept: every write adds one, and the oldest are pruned once you pass your plan’s limit. The current version is never pruned.
Authorization
string
required
Bearer mac_live_…Path parameters
string
required
The Page’s id.
Query parameters
number
default:"20"
Between 1 and 100.
number
The
next_cursor from the previous response. Returns versions below it.Response
boolean
true on success.array
Newest first.
integer | null
Pass it back as
cursor for older versions. null when there are no more.
