Skip to main content
GET
Get an audience segment

Request

Path parameters

audienceSegmentId
string
required
The ID of the audience segment.

Response

Success

id
string
required
The audience segment ID.
name
string
required
The segment name.
description
nullable string
required
An optional description for the segment.
createdAt
string
required
ISO 8601 timestamp for when the segment was created.
updatedAt
string
required
ISO 8601 timestamp for when the segment was last updated.
filter
object
required
A tree of audience conditions combined with match.

Error

A 400 Bad Request is returned if audienceSegmentId is invalid. A 404 Not Found is returned if the audience segment does not exist. If the API key is invalid (or content API is not enabled for your team), a 401 Unauthorized is returned.
message
string
required
An error message describing what went wrong.
Last modified on June 30, 2026