Skip to main content
GET
List built audiences

Authorizations

Authorization
string
header
required

Query Parameters

name
string
include_archived
boolean
enabled
enum<string>

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.

Available options:
ANY,
DISABLED,
ENABLED
limit
integer<int32>
offset
integer<int32>

Response

Successful response

component_ids
string[]
required
component_references
object[]
required
enabled
boolean
required

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

id
string
required
read-only

Stable Extole identifier for the audience.

name
string
required

Resolved display name for the audience.

tags
string[]
required

Free-form tags applied to the audience.