List entities with filters
Returns a paginated list of entities, excluding merged entities by default, with filtering and sorting options.
Headers
Project ID to specify the project context
Query Parameters
1 <= x <= 100x >= 1Body
Filter entities by name using a case-insensitive partial match.
"Acme"
Filter entities by their exact type.
"brand"
Filter entities by whether they are owned by the current project.
true
Filter entities by whether they are marked as primary.
true
Filter entities by whether they are flagged as competitors.
false
Filter entities by whether they are blacklisted.
false
Filter entities belonging to a specific group, by group ID.
"9f8b1c2d-3e4f-5a6b-7c8d-9e0f1a2b3c4d"
Sort criteria for the entity list. Each item targets a sortable field (name, isPrimary, isOwned, isCompetitor, isBlacklisted, createdAt, updatedAt) with an ASC or DESC direction. Defaults to sorting by name ascending.
[{ "field": "name", "direction": "ASC" }]