---
title: "List Portfolios"
method: GET
path: "/v1/portfolios"
tags: ["portfolios"]
---

# List Portfolios

`GET /v1/portfolios`

## Query parameters

- `include_system` boolean

## Response `200`

Successful Response

- PortfolioListResponse — Response model for list of portfolios.
  - `portfolios` PortfolioResponse[], required
    - `id` string, required
    - `name` string, required
    - `color` string, nullable
    - `description` string, nullable
    - `customerId` string, required
    - `clientCount` integer, required — Number of clients in portfolio
    - `userIds` string[], nullable — User IDs with access
    - `isSystem` boolean — Whether this is a system portfolio
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
  - `total` integer, required
  - `customerId` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/knownwell/apis/knownwell-api.md) · [All operations](https://skmtc.net/knownwell/apis/knownwell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knownwell/knownwell-api/revisions/3cf7fd5ae733/schema)
