# Get Entity Kinds Returns a list of all supported Entity Kinds along with their display names, descriptions, and counts. This is useful for populating filter dropdowns in UIs and for understanding what kinds of entities are available in the system. Endpoint: GET /v1/entities/kinds Version: 1.0 Security: x-api-key ## Query parameters: - `accountIdentifier` (string, required) Unique identifier of the account to operate on - `orgIdentifier` (string) Unique identifier of the organization within the account - `projectIdentifier` (string) Unique identifier of the project within the organization ## Header parameters: - `Harness-Account` (string) Identifier field of the account the resource is scoped to. ## Response 200 fields (application/json): - `kind` (string) Kind identifier (e.g., component, api) - `display_name` (string) Human-readable display name for the kind - `description` (string) Description of the entity kind and its purpose - `total` (integer) Total number of entities of this kind in the system