List a column's values
column_valuesThe distinct values of one text column, most rows first — what a filter can be.
Args:
slug: The stream.
column: A text column from describe_stream (not the entity — use find_entities).
where: Filters as `column=value`, the same as query_stream's.
search: `column:text`, a case-insensitive substring.
limit: At most this many (1–500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| limit | No | ||
| where | No | ||
| column | Yes | ||
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||