---
title: "List Portfolio Company Profiles"
method: GET
path: "/portfolio_company_profiles"
tags: ["Portfolio Company Profiles"]
---

# List Portfolio Company Profiles

`GET /portfolio_company_profiles`

Returns a paginated collection of portfolio company profiles.

## Query parameters

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

## Response `200`

Successfully retrieved portfolio company profiles

- object
  - `portfolio_company_profiles` PortfolioCompanyProfile[]
    - `id` string, uuid, required — Unique identifier for the portfolio company profile
    - `name` string, required — Unique name of the portfolio company profile
    - `website_url` string, uri, nullable, required — Website URL of the portfolio company profile
    - `currency` string, nullable, required — Currency code (ISO 4217) for the portfolio company profile
    - `created_at` string, date-time, required — When the portfolio company profile was created
    - `company_id` string, uuid, required — ID of the company or fund
    - `primary_contact_id` string, uuid, nullable, required — ID of the primary contact for the portfolio company profile
    - `fiscal_year_end_month` integer, nullable, required — Fiscal year end month for the portfolio company profile, from 1 for January through 12 for December.
  - `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
- `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)
