Get Audience Usage
Log in to add to favouritesPage last updated 12 June 2026
This endpoints returns a PagedList of all the Audiences that the requested Audience is attached to.
GETapi/management/projects/{projectId}/personalization/audiences/{audienceId}/usage
Parameter
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
Examples
{
"pageSize": 25,
"totalCount": 2,
"pageCount": 1,
"items": [
{
"type": "audience",
"id": "anotherAudience",
"name": "Another Audience"
},
{
"type": "audience",
"id": "testAudience",
"name": "Test Audience"
}
]
}Remarks
An Audience can only be used by another Audience.