Skip to main content
GET
Get an audience segment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

audienceSegmentId
string
required

The ID of the audience segment.

Example:

"cls6e8g0i2k4m6o8q0s2u4w6"

Response

Successful.

id
string
required

The ID of the audience segment.

Example:

"cls6e8g0i2k4m6o8q0s2u4w6"

name
string
required

The name of the audience segment.

Example:

"Power users"

description
string | null
required

An optional description of the audience segment.

Example:

"Contacts on the pro plan"

createdAt
string
required

ISO 8601 timestamp for when the audience segment was created.

Example:

"2025-06-29T07:47:39.370Z"

updatedAt
string
required

ISO 8601 timestamp for when the audience segment was last updated.

Example:

"2025-06-29T07:47:39.370Z"

filter
object | null
required

A tree of audience conditions combined with match.

Last modified on July 20, 2026