Get Entity
Entities
Get Entity
Retrieve a resolved entity with its member owners and link evidence
GET
Get Entity
Overview
Retrieve a single resolved entity by ID. A resolved entity embeds its member owners (one per office) with the per-link evidence that justified each link. Public-company facts (publicly_traded, ticker, tickers, lei, has_lei) are aggregated over the member companies and returned on the entity — the union of every member’s SEC/GLEIF links, so the entity carries a company’s ticker even when only one office record does.
An ent_* id can be either a resolved entity or a derived singleton (ent_<owner-uuid> for an unlinked owner). Both resolve here. Passing a derived id for an owner that has since been linked returns the real entity — the response id may differ from the one you requested. Cached derived ids never 404.
Path Parameters
Entity ID (e.g.
ent_abc123), including the derived ent_<owner-uuid> form.Response
Entity ID (
ent_*). May differ from the requested id when a derived id resolved to its real entity.Always
entity.Survivorship display name.
ISO 3166-1 alpha-2 country code.
Entity type (e.g.
corporation).resolved for a materialized entity, derived for a singleton.Whether the aggregated member companies include an active SEC company with a ticker. A derived singleton exposes the owner’s own public-company facts when present (pco-linked); otherwise
false. false means no confirmed match, not confirmed-private.Survivorship ticker (the first of
tickers); null when none.Deduped, uppercased SEC tickers across all member companies. For a derived singleton, the owner’s own tickers when pco-linked; otherwise empty.
Survivorship GLEIF LEI (first aggregated member LEI).
Whether any GLEIF LEI is present across member companies (a derived singleton: the owner’s own when pco-linked).
Distinct trademarks across all members (co-owned marks counted once).
Number of member owners.
GLEIF parent entity id, when present (resolved entities only).
Last change to the entity or its membership (drives the ETag).
Unique request identifier for support.
The
link evidence is a deliberately narrow projection. The model id, prompt hash, and any LLM rationale that justified a link are operational data — never returned through the API.Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | id_type_mismatch | An ID of another type was supplied |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the trademarks:read scope |
| 404 | not_found | No such entity, or a derived id for a suppressed / merged-away owner |
| 410 | entity_merged | The entity was fused into another; follow merged_into to the successor |
Related Endpoints
- List Entities — search and filter entities
- Entity Trademarks — marks across all member owners
- Entity Family — GLEIF corporate parent and subsidiaries