Evaluates a filter by applying it to the specified target user type and returning the filtered results. Supports standard paging, ordering, and additional query constraints from query parameters.

Retrieves and evaluates a saved filter to return matching entities. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

filterIdstringRequiredformat: "uuid"
The identifier of the filter to evaluate.
entityTypestringRequired

The entity type name (tasks, projects, companies, users).

Response

OK
itemslist of any or nullOptional
totalCountintegerOptional
pageNumberintegerOptional
pageSizeintegerOptional
sortPropertyNamestring or nullOptional
sortOrderenumOptional
nextCursorstring or nullOptional
itemCountintegerOptionalRead-only

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error