---
title: "Get Limits"
method: GET
path: "/user_admin/v2/limits/{username}"
tags: ["admin"]
---

# Get Limits

`GET /user_admin/v2/limits/{username}`

## Path parameters

- `username` string, required

## Response `200`

Successful Response

- ClientLimits
  - `animation_requests` integer, nullable — Number of requests to animation services per month
  - `tts_requests` integer, nullable — Number of requests to tts service per month
  - `animation_audio_duration` integer, nullable — Max audio duration seconds in animation pipelines
  - `tts_characters` integer, nullable — Max number of characters in tts pipelines
  - `animation_characters` integer, nullable — Max number of characters in animation pipelines
  - `chatbot_requests` integer, nullable — Number of requests to chatbot services per month
  - `image_generation_requests` integer, nullable — Number of requests to image generation services per month
  - `image_animation_requests` integer, nullable — Number of requests to image animation services per month
  - `video_prolong_requests` integer, nullable — Number of requests to video prolong services per month

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/exh/apis/ex-human.md) · [All operations](https://skmtc.dev/exh/apis/ex-human/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/exh/ex-human/revisions/cd3ee850caf2/schema)
