---
title: "List Groups"
method: GET
path: "/api/asset-groups"
tags: ["asset-groups"]
---

# List Groups

`GET /api/asset-groups`

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- AssetGroupRead[]
  - `name` string, required
  - `icon` string
  - `color` string
  - `position` integer
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `source` string
  - `connection_id` string, uuid, nullable
  - `institution_name` string, nullable
  - `asset_count` integer
  - `current_value` number
  - `current_value_primary` number

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
