---
title: "List Pronunciation Dictionaries"
method: GET
path: "/v2/pronunciation-dictionaries"
tags: ["Pronunciation Dictionaries"]
---

# List Pronunciation Dictionaries

`GET /v2/pronunciation-dictionaries`

List all pronunciation dictionaries for the authenticated user with pagination.

## Query parameters

- `limit` integer
- `page` integer
- `sort` 'asc' | 'desc'

## Response `200`

List of pronunciation dictionaries

- object
  - `data` object[] — Dictionaries for the current page; use `total_count`, `page`, and `limit` with the query parameters for pagination.
    - `pronunciation_dictionary_id` string — Unique identifier for the pronunciation dictionary.
    - `name` string — Name of the pronunciation dictionary.
    - `rules_count` integer — Number of rules in the dictionary. List responses omit the full `rules` array; use [Get Pronunciation Dictionary](/api-reference/pronunciation-dictionaries/get-pronunciation-dictionary) to retrieve rules.
    - `created_at` string — ISO 8601 timestamp of when the dictionary was created.
    - `updated_at` string — ISO 8601 timestamp of when the dictionary was last updated.
  - `total_count` integer — Total number of pronunciation dictionaries for the user
  - `page` integer — Current page number
  - `limit` integer — Number of dictionaries per page

## Other responses

- `401` — Unauthorized

---

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