- 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:| Type | Description | Examples |
|---|---|---|
GPE | Geopolitical entities (countries, cities, states) | Spain, San Francisco, Texas |
Company | Companies & corporations | Tesla, OpenAI, Y Combinator |
CorporateEvent | Corporate events | Tesla Q4 2024 Earnings Call |
Country | Sovereign countries | United States, Japan, Brazil |
CountryRegion | Regions within countries | California, Bavaria, Tuscany |
EducationalInstitution | Universities & schools | MIT, Stanford University |
Facility | Facilities & buildings | 1 Tesla Road, Pentagon |
Industry | Industries & sectors | Automotive, Artificial Intelligence |
Language | Languages | English, Mandarin |
Law | Laws & regulations | GDPR, Securities Act of 1933 |
Location | Regions & geographic areas | Southern Europe, Sahara Desert |
Organization | Non-company organizations | United Nations, NATO, FIFA |
Person | People | Nikola Tesla, Sam Altman |
Product | Products & services | Tesla Semi, GPT-4o |
WorkOfArt | Creative works | The Great Gatsby, Starry Night |
Parameters
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Entity name to search for |
entity_types | array | No | Filter by entity type(s) |
limit | integer | No | Max results (1–100, default 20) |
Use the returned entity UUIDs with
POST /v1/entities/{entity_id} to get full profiles — founders, executives, funding, HQ, and more.