---
title: "Get All Avatars"
method: GET
path: "/api/v1/avatars-lib/all"
tags: ["avatarsLib", "avatarsLib"]
---

# Get All Avatars

`GET /api/v1/avatars-lib/all`

## Query parameters

- `search_keyword` string, nullable — Search by display name, file name, person id or image id
- `gender` string, nullable — Filter by gender
- `ethnicity` string, nullable — Filter by ethnicity
- `orientation` string, nullable — Filter by orientation
- `active` boolean, nullable — Filter by active flag
- `page` integer — Page number
- `page_size` integer — Number of items per page

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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