List or search people
USE FOR: Browsing and filtering person/people/individual records in the people domain. semanticQuery uses the live priority embeddings tier and returns semanticMatch evidence. NOT FOR: Pre-create or pre-update identity gates; use /v1/people/duplicate-check.
Authentication
Client secret for read-only service-to-service access (no writes)
Query parameters
Associated entity type scope. Omit or use [] for any associated type.
Selected per-investment amount-raised ranges (inclusive decimal bounds, USD) used to filter people by investment activity. Body syntax is [{“min”:220000,“max”:5000000}] with plain JSON numbers only.
Selected total-investment-count ranges (inclusive integer bounds) used to filter people by the number of distinct fundraise deals they invested in.
Search keyword or phrase. Single characters valid; stop words rejected.
First-name initial.
Distinct fundraise-deal count ranges for an investor, with inclusive integer bounds.
Total USD amount-invested ranges with inclusive bounds.
Average USD amount-invested ranges with inclusive bounds.
Largest USD amount-invested ranges with inclusive bounds.
Smallest USD amount-invested ranges with inclusive bounds.
Privileged read scope for admin callers. Bypasses the public visibility filter so hidden, unverified, and not-yet-published records are returned instead of being silently dropped. Defaults to private for admin API key or ROLE_ADMIN callers; client-secret/client-read callers stay public.
Zero-based page index (0..N)
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.