List funds
Returns a paginated list of funds — the capital vehicles investor firms raise — newest first. Filter by manager (investor_id), fund_type, is_closed, min_amount, or vintage year. Each fund links to its manager (GP). amount is the fund size in the requested ?currency= (default USD); amount_source carries the original as-stored amount and its native currency.
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Query Parameters
Number of results to return (1-2000, default 100)
1 <= x <= 2000100
Number of results to skip before returning data. Combine with limit for offset-based pagination.
x >= 00
Pass true to include page.total (the matching record count) in the response. Default omits the total to avoid a count query.
true
Filter to funds raised by this manager (GP) entity UUID.
"345d1ab6-33df-4759-9e17-0d0c0ec9ab1c"
Filter by fund category — e.g. Venture Capital, Private Equity, Growth Equity, Corporate, Life Sciences, Renewables, Fund of Funds, Other.
"Venture Capital"
Filter by close status: true = closed to new commitments, false = open.
false
Minimum fund size, matched against the native amount_source.amount (each fund's own currency; not currency-converted).
100000000
Vintage year — matches the year of the fund's fund_date.
2024
ISO 4217 currency code for monetary field conversion. Defaults to USD.
"EUR"