cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/page_groups/{page_group_id}/pages/{page_id}/versions/{version_id} \ --header 'x-api-key: <api-key>'
{ "createdAt": "<string>", "id": "<string>", "status": "pending", "versionNumber": 123 }
Retrieve a specific version of a page with optional additional fields
API key authentication for the External Actor Gateway
page_group_id parameter
page_id parameter
version_id parameter
Successful operation
pending
queued
processing
draft
published
archived
cancelled
Was this page helpful?