v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1498353.7 KB

Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see <a href="https://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html">Managing Lexicons</a>.

get/v1/lexicons

Query parameters

NextTokenstring

An opaque pagination token returned from previous <code>ListLexicons</code> operation. If present, indicates where to continue the list of lexicons.

Response

Success

NextTokenstring

The pagination token to use in the next request to continue the listing of lexicons. <code>NextToken</code> is returned only if the response is truncated.

Example response

{
  "Lexicons": [
    {
      "Attributes": {
        "Alphabet": "ipa",
        "LanguageCode": "en-US",
        "LastModified": 1478542980.117,
        "LexemesCount": 1,
        "LexiconArn": "arn:aws:polly:us-east-1:123456789012:lexicon/example",
        "Size": 503
      },
      "Name": "example"
    }
  ]
}