Skip to main content
Filters are passed as the first argument to fetchEntities. They narrow down which entities are returned without affecting the sort order.

timeFrame

Limits results to entities created within a recent window.

userId

Filters to entities created by a specific user.

followedOnly

When true, returns only entities from users the authenticated user follows.

keywordsFilters

Filters by the entity’s keywords array.

titleFilters

Filters by the entity’s title field.

contentFilters

Filters by the entity’s content field.

attachmentsFilters

Filters by whether the entity has attachments.

locationFilters

Filters to entities within a geographic radius.

metadataFilters

Filters by fields inside the entity’s metadata object.

Combining Filters

All filters can be combined. An entity must satisfy all specified conditions.