Skip to main content

Page 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

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

Responses

HTTP status codeReasonModel
401UnauthorizedError
404Project not foundError
500Internal server errorError

Examples

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

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