GET /segments
Returns all active and draft static segments for your team. Only static segments are exposed via the External API. Supports keyset-based pagination.
| Parameter | Type | Description |
|---|---|---|
limit | integer | Number of records to return. Default 100. |
cursor | string | Keyset cursor. Pass the nextCursor value from the previous response to fetch the next page. |
data
| Field | Description |
|---|---|
nextCursor | Pass this value as cursor on the next request to fetch the next page. |
hasNextPage | true if more records exist beyond the current page. |
| Field | Description |
|---|---|
segmentId | Recotap’s segment ID. Pass this as segmentId when calling Create Accounts. |
name | Display name of the segment |
status | active or draft |