Get Fund Active Investments

Get current portfolio companies invested by this specific fund. Returns company names, investment amounts, and current status.

Supports pagination via page and page_size query parameters. Response includes total_in_database for the full count across all pages.

Authentication

AuthorizationBearer
Bearer token authentication using API key

Path parameters

fund_idstringRequired

Headers

X-Organization-IDstringRequired

Query parameters

page_sizeintegerOptional1-1000Defaults to 50

Results per page (default: 50, max: 1000)

Response

Successful response
entity_idstring
Fund entity ID
investmentslist of objects
totalinteger
Total investments
limitinteger
Results limit
data_sourceslist of strings

Errors

401
Unauthorized Error
404
Not Found Error