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

# List portfolios

`GET /portfolios`

Get all portfolios

## Response `200`

Request fulfilled, document follows

- Portfolio[]
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, nullable
  - `created_time` string, date-time, required
  - `status` string, required

## Changes

> 2 revisions in range; 1 could not be searched.

- **2024-05-22** `eb9dca23812a` — 3 breaking, 3 info
  - the `items/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - removed the required property `items/created_time` from the response with the `200` status
  - removed the required property `items/status` from the response with the `200` status
  - the response property `items/description` became required for the status `200`
  - …2 more

[Change history](https://skmtc.dev/equiwatt/apis/equiwatt-api/changes/portfolios/get.md)

---

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