List Entities
Retrieve a paginated list of entities with trend stats
404, not an empty list.organization, person, model, hardware, other). See Entities for all 8 types.GET /v1/search.signal_count, first_seen, trend.Rising, Stable, Declining, New.Significant, Insignificant.Volatile, Steady.Large, Medium, Small.High, Medium, Low, Negligible.Authorizations
API key for authentication. Include in every request as X-API-Key: gld_your_key_here.
Query Parameters
Filter by theme label (see GET /v1/themes for valid labels). An unknown label returns 404, not an empty list.
Filter by entity type: 'organization', 'person', 'model', 'hardware', 'location', 'event', 'regulation_policy', 'other'.
organization, person, model, hardware, location, event, regulation_policy, other Filter entities by name (matches names containing this text). For natural-language semantic retrieval, use GET /v1/search.
Sort field: 'signal_count', 'first_seen', 'trend'.
signal_count, first_seen, trend Filter by direction: 'Rising', 'Stable', 'Declining', 'New'.
Rising, Stable, Declining, New Filter by confidence: 'Significant', 'Insignificant'.
Significant, Insignificant Filter by stability: 'Volatile', 'Steady'.
Volatile, Steady Filter by scale: 'Large', 'Medium', 'Small'.
Large, Medium, Small Filter by notability: 'High', 'Medium', 'Low', 'Negligible'.
High, Medium, Low, Negligible Opaque cursor from a previous response's next_cursor. Omit for the first page.
Page size (1–50, default 25). These endpoints are cursor-paginated: pass the returned next_cursor as cursor to walk the full result set. (Relevance-ranked GET /v1/search is not paginated — its limit is the total top-N returned, not a page size.)
1 <= x <= 50