Skip to main content

Entity Tables

[API Docs] [SDK]

Entity tables display entities of a given schema in a configurable list view. They support full-text search, attribute-based filtering, column sorting, saved views, and bulk import/export.

Search and Filtering​

[Search API]

Type any keyword in the search bar to perform a fuzzy search across entity data, including hydrated relation data (one level deep).

info

Free-text search does not traverse nested relations (i.e. relations of related entities).

Attribute Filters​

Filter by specific attributes loaded from the entity's schema. Each attribute type renders an appropriate filter UI:

Attribute TypeFilter Behavior
StringList of existing values to pick from
NumberRange filter (min/max) by default, or value list
DateCalendar picker with presets (today, yesterday, this month, etc.)
Select / StatusDropdown with the defined options
AddressSub-field picker (street, city, postal code, country, etc.)
RelationDrill into the related schema's non-relation attributes
UserList of platform users with name, email, and avatar
Tags / PurposesPick from existing tag or purpose values
IDDirect entity ID lookup

Each filter also supports an (empty) option to find entities where the attribute has no value — useful for data hygiene.

Unsupported filter types: computed, image, file.

tip

Filter suggestions load progressively (up to 50 results). Type a keyword to search within the filter values if you need to find a specific option.

Saved Views​

[API Docs]

Saved views let you persist a table configuration (filters, sort order, visible columns) and share it with your team. Views can be favorited for quick access.

Import / Export​