v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table

Get Unique Values for a Column

Retrieve a list of distinct (unique) values for a specified column in a table.

get/v1/table/{table_id}/column/{column_id}/distinct

Path parameters

table_idstring uuid required

UUID of the table containing the column

column_idstring uuid required

UUID of the column for which to retrieve distinct values

Query parameters

filterstring

Filter criteria for the distinct values

group_columnsstring[]

Specify columns for grouping values

Response

Successfully retrieved the list of unique values for the specified column.

metadataobject
datastring[]