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