Lists all checkpoints of a website, newest first. Match published_version_id against data[].version_id to identify the live checkpoint, or call website.publish to deploy the latest. See the Website guide.
Session UID. Mutually exclusive with website_id — exactly one must be provided. The session must contain exactly one website.
Unique website ID. Mutually exclusive with task_id — exactly one must be provided. Obtain from the response of website.status or website.publish.
Checkpoints retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Unique website ID.
Checkpoints in reverse chronological order (newest first). Empty array if the site has no checkpoints yet.
Optional. version_id of the checkpoint currently published. Present only when the site has been published. Match against data[].version_id to find the live checkpoint.