- Allows searching and filtering entities by various criteria
- Returns a list of matching entities with their ID, type, and a short description
- Helps agents find relevant entities in the Cala’s Knowledge
Example:
Search Results
Search Results
Returns all matching entities across types — companies, people, products, facilities, and more. Each result includes an
id, name, entity_type, and a description when available (null if not).One search for “Tesla” returns the company, its products, a historical person, and even a facility — all typed and ready to explore.
Filter by entity type
Filter by entity type
Narrow results to specific types using the Available entity types:
entity_types parameter:Parameters
Parameters
Use the returned entity UUIDs with
POST /v1/entities/{entity_id} to get full profiles — founders, executives, funding, HQ, and more.