Skip to main content
GET
/
v0
/
page_groups
/
{page_group_id}
/
pages
List pages in a page group
curl --request GET \
  --url https://api.tryarchitect.com/v0/page_groups/{page_group_id}/pages
{
  "hasMore": true,
  "items": [
    {
      "createdAt": "<string>",
      "pageGroupId": "<string>",
      "pageId": "<string>",
      "tenantId": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "nextCursor": "<string>"
}

Path Parameters

page_group_id
string
required

page_group_id parameter

Query Parameters

cursor
string

cursor parameter

limit
number

Number of page groups to return (1-100, default 20)

Response

200 - application/json

Successful operation

hasMore
boolean
required
items
object[]
required
nextCursor
string