Skip to main content
GET
List portfolio holdings

Authorizations

Authorization
string
header
required

An Originalis API key: Authorization: Bearer ak_...

Query Parameters

status
string | null

Filter by investment status, e.g. 'active'.

fund
string | null

Filter to holdings in this fund (exact name).

q
string | null

Case-insensitive company-name search.

limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

Offset-paginated page of the org's portfolio.

companies
PublicPortfolioCompany · object[]
required
total
integer
required

Total matching holdings across all pages.

limit
integer
required
offset
integer
required
has_more
boolean
required
as_of
string<date-time>
required
scope
string
default:org

The full org portfolio book — not per-user.

Allowed value: "org"