Skip to content

List dictionary tables

GET
/api/v4/databases/{database_name}/dictionary/tables

Returns database dictionary tables filtered by database and optional table size

database_name
required
string
>= 1 characters
Allowed values: main ci sec embedding geo

The database name

table_size
string
nullable
Allowed values: small medium large over_limit

Filter by table size classification

OK

Media type application/json
object
table_name
string
feature_categories
Array<string>
table_size
string
Example
{
"table_name": "users",
"feature_categories": [
"database"
],
"table_size": "small"
}

Bad Request

401 Unauthorized

403 Forbidden

Not Found