Skip to main content
GET
List a tenant's contact segments

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

Filter by name/description (trimmed, ≤200 chars, blank = no filter).

limit
integer

Page size (1-100, default 25).

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous page's meta.pagination.

Response

200 - application/json

A page of segment rows in data, with meta.pagination for the next cursor.

data
object[]
meta
object