Skip to main content
GET
/
api
/
v1
/
pronunciation-dictionaries
/
{providerId}
/
affected-agents
Get agents affected by a pronunciation dictionary
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

fetch('https://blackbox.dasha.ai/api/v1/pronunciation-dictionaries/{providerId}/affected-agents', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "agents": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>"
    }
  ]
}

Path Parameters

providerId
string
required

Provider-specific dictionary ID

Response

Returns the list of affected agents

Response DTO listing agents affected by a pronunciation dictionary change. Used for BlackBox-only endpoint.

agents
object[]
required

List of agents that use this pronunciation dictionary