**To retrieve the content of a lexicon** The following ``get-lexicon`` example retrieves the content of the specified pronunciation lexicon. :: aws polly get-lexicon \ --name w3c Output:: { "Lexicon": { "Content": "\n\n \n W3C\n World Wide Web Consortium\n \n\n", "Name": "w3c" }, "LexiconAttributes": { "Alphabet": "ipa", "LanguageCode": "en-US", "LastModified": 1603908910.99, "LexiconArn": "arn:aws:polly:us-west-2:880185128111:lexicon/w3c", "LexemesCount": 1, "Size": 492 } } For more information, see `Using the GetLexicon operation `__ in the *Amazon Polly Developer Guide*.