---
title: "List Provider Resources"
method: GET
path: "/provider/{provider}/{resourceName}"
tags: ["Provider Resources"]
---

# List Provider Resources

`GET /provider/{provider}/{resourceName}`

## Path parameters

- `provider` '11labs', required
- `resourceName` 'pronunciation-dictionary', required

## Query parameters

- `id` string
- `resourceId` string
- `page` number
- `sortOrder` 'ASC' | 'DESC'
- `limit` number
- `createdAtGt` string, date-time
- `createdAtLt` string, date-time
- `createdAtGe` string, date-time
- `createdAtLe` string, date-time
- `updatedAtGt` string, date-time
- `updatedAtLt` string, date-time
- `updatedAtGe` string, date-time
- `updatedAtLe` string, date-time

## Response `200`

List of provider resources

- ProviderResourcePaginatedResponse
  - `results` ProviderResource[], required
    - `id` string, required — This is the unique identifier for the provider resource.
    - `orgId` string, required — This is the unique identifier for the org that this provider resource belongs to.
    - `createdAt` string, date-time, required — This is the ISO 8601 date-time string of when the provider resource was created.
    - `updatedAt` string, date-time, required — This is the ISO 8601 date-time string of when the provider resource was last updated.
    - `provider` '11labs', required — This is the provider that manages this resource.
    - `resourceName` 'pronunciation-dictionary', required — This is the name/type of the resource.
    - `resourceId` string, required — This is the provider-specific identifier for the resource.
    - `resource` ElevenLabsPronunciationDictionary, required
      - `pronunciationDictionaryId` string, required — The ID of the pronunciation dictionary
      - `dictionaryName` string, required — The name of the pronunciation dictionary
      - `createdBy` string, required — The user ID of the creator
      - `creationTimeUnix` number, required — The creation time in Unix timestamp
      - `versionId` string, required — The version ID of the pronunciation dictionary
      - `versionRulesNum` number, required — The number of rules in this version
      - `permissionOnResource` 'admin' | 'editor' | 'viewer' — The permission level on this resource
      - `description` string — The description of the pronunciation dictionary
  - `metadata` PaginationMeta, required
    - `itemsPerPage` number, required
    - `totalItems` number, required
    - `currentPage` number, required
    - `itemsBeyondRetention` boolean
    - `createdAtLe` string, date-time
    - `createdAtGe` string, date-time

## Changes

> 20 revisions in range; 4 could not be searched.

- **2025-07-17** `d1d45e370b09` — 2 info
  - api tag `Provider Resources` added
  - api tag `provider` removed

[Change history](https://skmtc.dev/vapiai/apis/vapi-api/changes/provider/:provider/:resourceName/get.md)

---

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