Returns a paginated list of investors (VCs, corporates, angels, etc.) with optional filters and sorting. All entities with is_investor=true are included. Use portfolio_count_tag and/or portfolio_count_location to compute a portfolio match count (number of investments matching specified tags/locations). When provided, the sort key portfolio_match_count becomes available and match_count appears in the portfolio response object.
Auth0 JWT access token
Filter expression for investors using nested syntax.
Examples:
Operators: eq, neq, gt, gte, lt, lte, in_any, nin_any in_all / nin_all are only available on repeated related-record filters. Legacy aliases: in → in_any, nin → nin_any (deprecated, prefer canonical names). Default ref: 'entity' (can be omitted for entity filters)
"and(total_invested_usd[gte]:1000000,location[eq]:233)"
Number of results to return (1-500, default 25)
"25"
"0"
^-?[\w,]+$"-total_investments_count"
true, false "true"
Pipe-separated tag IDs to count matching portfolio investments. Enables the portfolio_match_count sort key and match_count response field.
^\d+(\|\d+)*$"22680"
Pipe-separated location IDs to count matching portfolio investments. Enables the portfolio_match_count sort key and match_count response field.
^\d+(\|\d+)*$"165"