List segments
list_segmentsList saved audience segments. Raisely API: GET /segments. Returns { data:[...], pagination }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (Raisely `limit`, default 20). | |
| offset | No | Records to skip for pagination (Raisely `offset`, default 0). | |
| params | No | Additional documented query-string filters to send verbatim (e.g. campaign, status, sort, order, private) — merged with the typed limit/offset above. |