Batch entity list
List entities with pagination or cursor continuation while preserving the raw page body. Rows use the EntityList projection: core, enrichment, list-safe research, and fundraise rounds without detail-only relationship, newsArticle, person, sitemap, or research snippet sections.
Authentication
User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key
Admin API key for system-to-system write operations
Client secret for read-only service-to-service access (no writes)
Query parameters
Opaque URL-safe cursor token from X-Next-Cursor. Reuse the same filters and sort.
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.
Privileged read flag. Must be true to return the /v1/entities/detail payload.
Request
Affinity provider organization names accepted by the companies list filter. Affinity rows are member -> provider; use provider names here, not member names.
Inclusive reported employee-count ranges, in employees.
Portfolio-company headquarters city values.
Portfolio-company headquarters country values.
Portfolio-company headquarters state or region values.
Named server-owned list quality gate.
Non-blank keyword/full-text search term. Use natural-search for plain-English or multi-constraint company requests.
Customer-type classification values.
Business-model classification values.
Ownership-model classification values.
Entity type filter. Organization expands to Company, Investment Firm, Nonprofit, and Government; omit to include every entity type.
Revenue-model classification values.
Technology-used classification values.
Current root domain to match when urlMatchMode=domain.
URL matching mode: hostPath uses host and path; domain uses the root domain.
Inclusive founding-year ranges, in calendar years.