SubscribersControllerSearchSubscribersRequest
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
after | Optional<String> | :heavy_minus_sign: | Cursor for pagination indicating the starting point after which to fetch results. | |
before | Optional<String> | :heavy_minus_sign: | Cursor for pagination indicating the ending point before which to fetch results. | |
limit | Optional<Double> | :heavy_minus_sign: | Limit the number of items to return | 10 |
orderDirection | Optional<SubscribersControllerSearchSubscribersOrderDirection> | :heavy_minus_sign: | Direction of sorting | |
orderBy | Optional<String> | :heavy_minus_sign: | Field to order by | |
includeCursor | Optional<Boolean> | :heavy_minus_sign: | Include cursor item in response | |
email | Optional<String> | :heavy_minus_sign: | Email address of the subscriber to filter results. | |
name | Optional<String> | :heavy_minus_sign: | Name of the subscriber to filter results. | |
phone | Optional<String> | :heavy_minus_sign: | Phone number of the subscriber to filter results. | |
subscriberId | Optional<String> | :heavy_minus_sign: | Unique identifier of the subscriber to filter results. | |
idempotencyKey | Optional<String> | :heavy_minus_sign: | A header for idempotency purposes |