---
title: "Get user voice limits"
method: GET
path: "/saas/voice/limits"
tags: ["Voice"]
---

# Get user voice limits

`GET /saas/voice/limits`

Get user voice limits

## Response `200`

Successful Response

- GenericResponsePayloadGetUserVoiceLimitsResponseData
  - `ok` boolean — Indicates if the request was successful or not.
  - `data` GetUserVoiceLimitsResponseData, required
    - `created` integer — Number of voices in created state
    - `pending` integer — Number of voices in pending state
    - `ready` integer — Number of voices in ready state
    - `failed` integer — Number of voices in failed state
    - `total` integer — Total number of voices created by the user
    - `limit` integer, required — Number of voices allowed by the plan
    - `remaining` integer — Number of voices (quota) remaining for the user

## Other responses

- `default` — Default Response

---

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