List saved contact segments.
Returns a paginated list of the workspace’s saved contact filters. Each segment includes its embedded stage, include/exclude tag uuids and recency threshold. contacts_count is NOT included by default on this endpoint: pass with_counts=1 to compute it. (A single segment fetched, created or updated always carries a live contacts_count.)
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Query Parameters
Filter segments by name (case-insensitive partial match).
Set to 1 to include a live contacts_count on each segment. Off by default because the count runs a matching query per segment; without it the field is omitted from list rows entirely.
Items per page (alias: limit). Default 25, max 100.

