List entities

Retrieves a paginated list of Entities. You can filter results, sort them, and control which fields are returned.

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 AND operator is supported when applying multiple filters. OR, NOT, or nested conditions are not supported.
Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!