---
title: "List Portfolio Property Values"
method: GET
path: "/portfolio_property_values"
tags: ["Portfolio Property Values"]
---

# List Portfolio Property Values

`GET /portfolio_property_values`

Returns a paginated collection of portfolio property values for a portfolio company profile.

Portfolio property values contain the actual data for custom properties defined for portfolio companies.
This endpoint also returns values for auto-calculated investment properties.

## Query parameters

- `portfolio_company_profile_id` string, uuid, required
- `page` integer

## Response `200`

Successfully retrieved portfolio property values

- object
  - `portfolio_property_values` PortfolioPropertyValue[]
    - `id` string, uuid, required — Unique identifier for the portfolio property value
    - `value` union — The formatted value based on the property type
      - string
      - number
    - `portfolio_property_id` string, uuid, required — ID of the associated portfolio property
    - `portfolio_company_profile_id` string, uuid, required — ID of the associated portfolio company profile
    - `portfolio_property_option_id` string, uuid, nullable — ID of the selected option when the associated property has `data_type` of `select`.
    - `portfolio_property_option_ids` string[] — IDs of the selected options when the associated property has `data_type` of `multiselect`.
  - `meta` PaginationMeta
    - `total` integer, required — Total number of items across all pages
    - `total_pages` integer, required — Total number of pages
    - `page` integer, required — Current page number

## Other responses

- `400` — Bad Request - The request is invalid or malformed
- `401` — Unauthorized - Invalid or missing authentication token
- `403` — Forbidden - The authenticated user does not have access to the requested resource
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/visible/apis/visible-api-2.md) · [All operations](https://skmtc.dev/visible/apis/visible-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/visible/visible-api-2/revisions/d63a3bb6d361/schema)
