Get Audience
Log in to add to favouritesPage last updated 12 June 2026
This endpoint retrieves a single audience for a specified project.
GETapi/management/projects/{projectId}/personalization/audiences/{audienceId}
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
{
"id": "AudienceB",
"name": "Audience B",
"description": "This is a test audience created in Postman",
"conditions": {
"and": [
{
"id": "testDelete",
"type": "audience",
"value": null
},
{
"id": "signalTesting",
"type": "signal",
"value": null
}
]
},
"version": {
"createdBy": "Postman",
"created": "2025-05-15T08:21:34.090322Z",
"modifiedBy": "Postman",
"modified": "2025-05-15T08:21:34.090322Z",
"deletedBy": null,
"deleted": null
},
"usageCount": 0
}Remarks
The usageCount that is returned is the number of times the Audience is used/referenced by another Audience.