Skip to main content
The retrieve entity endpoint gives your agent comprehensive access to all the information we know about a specific entity. This endpoint:
  • Delivers structured, schema-validated data about any entity
  • Provides complete entity profiles with all available attributes or requested entity properties and relationships
  • Ensures data consistency through proper schema validation
Once you have an entity UUID (from entity_search, knowledge_search, or knowledge_query), retrieve everything Cala knows about it:

Example:

POST /entities/c6772802-bdbc-4778-91e9-cd3d27d008d5 or if you want to query only some of the entity properties add a request body with the desired entity fields:

Full Entity Profile

A complete, structured profile — founders, executives, HQ, industry, employee count, and more. No parsing needed.
Use entity_search to look up any entity by name (for example “Apple”)
Fuzzy matching included — searching “Apple” also returns related products, subsidiaries, and legal entities.