Retrieves the details of a Transcription Vocabulary that has previously been created. Supply the unique Transcription Vocabulary ID and Mux will return the corresponding Transcription Vocabulary information. The same information is returned when creating a Transcription Vocabulary.
The ID of the Transcription Vocabulary.
{
  "data": {
    "id": "VDm3npt2eaEDvz9emzun8Q",
    "name": "Mux API Vocabulary",
    "phrases": [
      "Mux",
      "Live Stream",
      "Playback ID",
      "video encoding"
    ],
    "created_at": "1609869152",
    "updated_at": "1609870000"
  }
}