Skip to main content
GET
Export a segment's members as CSV

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Query Parameters

tz
string

Optional IANA time-zone (e.g. Europe/Berlin) applied to the exported timestamp columns; defaults to UTC.

Response

200 - text/csv

RFC-4180 CSV download of the segment's members (one header row plus one row per contact; an empty segment yields a header-only file).

The response is of type string.