Segment details
Segment
Segment Details
Retrieve one segment’s full configuration, including its parsed filter conditions and parent audience.
GET
Segment details
Use this endpoint to retrieve one segment’s full configuration, including its parsed filter conditions and parent audience.
Endpoint
GET/segment/details
Authentication: Required (workspace auth)
Query Parameters
Response
filter_conditions is only populated when the segment’s stored filter is in the flat { field, operator, value } shape written by Update Segment. A segment that has never been updated since Create Segment stores its filter as a CONDITIONLIST tree instead, which this endpoint doesn’t parse — for such segments filter_conditions is returned as an empty array even though the segment does have a filter applied.Error Cases
Example cURL
Headers
API token for authentication
Query Parameters
Segment identifier
Response
Segment details retrieved successfully

