v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBAudiences
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