---
title: "Get the definitions for all end user entities"
method: GET
path: "/api/end_user_entities"
tags: ["EndUserEntity"]
---

# Get the definitions for all end user entities

`GET /api/end_user_entities`

## Response `200`

OK

- NestedEndUserEntitySchema[]
  - `display_order` integer
  - `entity_attributes` NestedEndUserEntityAttribute[]
    - `attribute_description` string
    - `attribute_name` string
    - `attribute_sources` EndUserEntityAttributeSource[]
      - `heron_id` string, nullable
      - `sort_order` integer
      - `source_config` object
      - `source_type` 'parsed_end_user_file' | 'api' | 'rel_6' | 'end_user_enricher' | 'company_attribute' | 'static_value' | 'end_user_query' | 'broker_submission_api'
    - `attribute_type` 'float' | 'int' | 'decimal' | 'string' | 'date' | 'datetime' | 'bool'
    - `display_order` integer
    - `heron_id` string
    - `is_dedupe_key` boolean
    - `reconciliation_config` object
    - `reconciliation_strategy` 'sort_order' | 'llm' | 'comparison' | 'concatenate_lists'
  - `entity_description` string
  - `entity_name` string
  - `entity_post_processor_configs` object[]
  - `heron_id` string
  - `is_list` boolean
  - `saved_query_heron_id` string, nullable

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
