List Audiences
Log in to add to favouritesPage last updated 12 June 2026
This endpoint is used to provide a PagedList of all Audiences for a Project.
GET/api/management/projects/{project_id}/personalization/audiences
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
| q | query | string | - | A simple query to perform a 'contains' search over key properties. |
| order | query | string | - | A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order. |
| pageSize | query | number | integer | The number of results per page. The default is 25. |
| pageIndex | query | number | integer | The index of the page. |