Skip to main content

Get Audience Usage

Log in to add to favourites

Page 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

NameParameter typeTypeDescription
projectId(required)pathstringThe project identifier found in the project overview screen of the management console.

Responses

HTTP status codeReasonModel
404Project not foundError
500Internal server errorError

Examples

Example of the Audience usage listing
JSON
{
  "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.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request