---
title: "List Asset Groups"
method: POST
path: "/volc/asset/ListAssetGroups"
---

# List Asset Groups

`POST /volc/asset/ListAssetGroups`

Query asset groups with optional filters. This is a read-only operation and is not billed.

## Request body

- ListAssetGroupsRequest
  - `model` string, required — Model name. Default: `volc-asset`.
  - `Filter` ListAssetGroupsFilter, required
    - `Name` string — Fuzzy match by group name.
    - `GroupIds` string[] — Exact match by group ID list.
    - `Id` string — Exact match by a single group ID.
    - `GroupType` 'AIGC' | 'LivenessFace' — Filter by group type. Use `LivenessFace` for real-person liveness groups.
  - `PageNumber` integer — Page number. Default: `1`.
  - `PageSize` integer — Items per page. Default: `10`.

## Response `200`

Asset groups retrieved

- ListAssetGroupsResponse
  - `Items` object[]
    - `Id` string
    - `Name` string
    - `Title` string — Display title with user/token prefix.
    - `GroupType` string
    - `ProjectName` string
    - `CreateTime` string
    - `UpdateTime` string
  - `PageNumber` integer
  - `PageSize` integer
  - `TotalCount` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint.md) · [All operations](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anyfast/anthropic-claude-compatible-endpoint/revisions/edfc53e182a1/schema)
