Fund Portfolio
Fund
Fund Portfolio
GET
Fund Portfolio
Query Parameters
Surf fund UUID. PREFERRED — always use this when available from a previous response (e.g. id from /search/fund). Takes priority over q.
Example:
"ef3b6da9-283d-4080-b3c7-87b1b45924dc"
Fuzzy fund name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Maximum string length:
100Example:
"a16z"
Results per page
Required range:
1 <= x <= 100Example:
20
Pagination offset
Required range:
x >= 0Example:
0
Filter by lead investor status. Omit or leave empty for all investments.
Available options:
true, false, Example:
"true"
Only include investments at or after this Unix timestamp (seconds)
Example:
1704067200
Only include investments before this Unix timestamp (seconds)
Example:
1735689600
Field to sort results by
Available options:
invested_at, recent_raise, total_raise Example:
"recent_raise"
Sort order
Available options:
asc, desc Example:
"desc"