Get Signal Usage
Log in to add to favouritesPage last updated 12 June 2026
This endpoint returns a PagedList of usages for a specified Signal for the specified project.
GET/api/management/projects/{project_id}/personalization/signals/{signalIs}/usage
Parameter
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
Responses
Examples
{
"pageSize": 25,
"totalCount": 2,
"pageCount": 1,
"items": [
{
"type": "audience",
"id": "aTestAudience",
"name": "A Test Audience"
},
{
"type": "audience",
"id": "testAudience",
"name": "Test Audience"
}
]
}Remarks
A Signal can only be used by another Audience.