v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Audiences

List built audiences

Returns the rendered (built) audience snapshots that the runtime evaluates against - the resolved name, enabled flag, tags, and component references for every audience the client owns. Filter by name (supports a trailing * wildcard), by enabled (ENABLED, DISABLED, or ANY), and by archived status. Use limit and offset to page (defaults: limit=1000, offset=0). Use GET /v1/audiences for the editable definitions.

get/v1/audiences/built

Query parameters

namestring
include_archivedboolean
enabled'ANY' | 'DISABLED' | 'ENABLED'

Filter applied by GET /v1/audiences/built?enabled=.... ENABLED returns only audiences whose enabled flag resolves to true, DISABLED only those that resolve to false, and ANY returns both.

limitinteger
offsetinteger

Response

Successful response

component_idsstring[] required
enabledboolean required

Resolved enabled flag for the audience. true means the runtime evaluates the audience; false means it is currently inert.

idstring required

Stable Extole identifier for the audience.

namestring required

Resolved display name for the audience.

tagsstring[] required

Free-form tags applied to the audience.