---
title: "List asset groups"
method: GET
path: "/asset/groups"
tags: ["Seedance Assets"]
---

# List asset groups

`GET /asset/groups`

List your asset groups of one type. Listing is per group type
(`group_type` defaults to `real_human`).

## Query parameters

- `group_type` 'aigc' | 'real_human'
- `page_number` integer
- `page_size` integer
- `name` string
- `sort_by` 'CreateTime' | 'UpdateTime'
- `sort_order` 'Desc' | 'Asc'

## Response `200`

Group list

- object

---

[API](https://skmtc.net/orcarouter/apis/orcarouter-api.md) · [All operations](https://skmtc.net/orcarouter/apis/orcarouter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orcarouter/orcarouter-api/versions/9c5cc5d00311/schema)
