---
title: "List Avatars"
method: GET
path: "/v1/avatar"
tags: ["avatar"]
---

# List Avatars

`GET /v1/avatar`

List all avatars the owner of the API key has access to.

See docs.bey.dev/avatar for more information on avatars.

## Response `200`

Successful Response

- AvatarResponseModel[]
  - `id` string, required — The unique identifier (ID) of the avatar.
  - `name` string, required — The name of the avatar.

---

[API](https://skmtc.dev/bey-dev/apis/fastapi.md) · [All operations](https://skmtc.dev/bey-dev/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bey-dev/fastapi/revisions/b999e8704c12/schema)
