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

# List dictionaries

`GET /pronunciation-dictionaries`

## Query parameters

- `limit` integer — Maximum number of dictionaries to return per page
- `token` string
- `tag` string
- `sort_by` 'modified_at' | 'name'
- `order` 'ascending' | 'descending'

## Response `200`

- ListDictionariesResponse
  - `dictionaries` OmitDictionaryResponseDtoTerms[], required — The dictionaries owned by the user, without their terms
    - `modified_at` string, required — Last modified time as iso-8601 string
    - `id` string, required — Unique identifier of the dictionary
    - `name` string, required — The name of the dictionary
    - `description` string — A description of the dictionary
    - `size` number, double, required — The number of terms in the dictionary
    - `created_at` string, required — Dictionary creation time as iso-8601 string
    - `created_by` string, required — The user id of the user that created the dictionary
    - `tag` string — A tag for grouping and filtering dictionaries
  - `token` string — Pagination token, pass as the `token` query parameter to fetch the next page

---

[API](https://skmtc.net/d-id/apis/realtime-endpoints.md) · [All operations](https://skmtc.net/d-id/apis/realtime-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-id/realtime-endpoints/revisions/2f2425e1b6b6/schema)
