Skip to main content
GET
/
v0
/
page_groups
/
{page_group_id}
/
pages
/
{page_id}
Get page with published version
curl --request GET \
  --url https://api.tryarchitect.com/v0/page_groups/{page_group_id}/pages/{page_id} \
  --header 'x-api-key: <api-key>'
{
  "pageId": "<string>",
  "pageGroupId": "<string>",
  "tenantId": "<string>",
  "createdAt": "<string>",
  "effectiveName": "<string>",
  "customName": "<string>",
  "computedName": "<string>",
  "supplementaryContext": "<string>",
  "publishedVersion": {
    "versionId": "<string>",
    "versionNumber": 123,
    "publishedAt": "<string>",
    "templateId": "<string>",
    "templateVersion": 123
  }
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

page_group_id
string
required

page_group_id parameter

page_id
string
required

page_id parameter

Response

200 - application/json

Successful operation

pageId
string
required

The page ID

pageGroupId
string
required

The parent page group ID

tenantId
string
required

The tenant ID

createdAt
string
required

ISO 8601 creation timestamp

effectiveName
string
required

The effective name (custom or computed)

customName
string | null
required
computedName
string
required

AI-computed name

supplementaryContext
string | null
required
publishedVersion
object | null
required