cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/page_groups/{page_group_id}/pages \ --header 'x-api-key: <api-key>'
{ "hasMore": true, "items": [ { "createdAt": "<string>", "pageGroupId": "<string>", "pageId": "<string>", "tenantId": "<string>", "updatedAt": "<string>", "effectiveName": "<string>", "customName": "<string>", "computedName": "<string>" } ], "nextCursor": "<string>" }
Retrieve a paginated list of pages within the specified page group
API key authentication for the External Actor Gateway
page_group_id parameter
cursor parameter
Number of page groups to return (1-100, default 20)
Successful operation
Show child attributes
Was this page helpful?