Returns a paginated list of values in a set filter transform.
| Parameter | Description |
|---|---|
config_id | Pipeline configuration ID |
transform_uid | UID of the set filter transform |
| Parameter | Default | Description |
|---|---|---|
cursor | null | Pagination cursor from a previous response |
count | 100 | Number of values per page (1-10,000) |
| Field | Description |
|---|---|
values | Array of values in the current page |
cursor | Cursor for the next page, null if no more pages |
total_count | Total number of values in the filter |