Retrieves a paginated list of Entities. You can filter results, sort them, and control which fields are returned.
Without the
members:pii:readscope, owner email fields are returned as[redacted]. Filtering byowner[email]requires themembers:pii:readscope. Without theusers:pii:readscope, user entity name and email fields are returned as[redacted].
Use the type[] query parameter to filter by one or more entity types (e.g. type[]=feature&type[]=initiative).
Use the fields parameter to request only the fields you need.
Filter availability
Not all filters apply to all entity types. For example, status filtering is only available
for types that have a status field (e.g. feature, initiative), and parent[id] only works
for types that have a parent relationship.
Use GET /v2/entities/configurations/{type} to check which filters are supported for a specific type.
The filters array in the configuration response lists all available filter parameters,
their exact query parameter names, and value schemas.
Limitations
- Only the
ANDoperator is supported when applying multiple filters.OR,NOT, or nested conditions are not supported.
