---
title: "GET /builtins/intents/"
method: GET
path: "/builtins/intents/"
---

# GET /builtins/intents/

`GET /builtins/intents/`

Gets a list of built-in intents that meet the specified criteria.

This operation requires permission for the `lex:GetBuiltinIntents` action.

## Query parameters

- `locale` 'de-DE' | 'en-AU' | 'en-GB' | 'en-IN' | 'en-US' | 'es-419' | 'es-ES' | 'es-US' | 'fr-FR' | 'fr-CA' | 'it-IT' | 'ja-JP' | 'ko-KR'
- `signatureContains` string
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- GetBuiltinIntentsResponse
  - `intents` BuiltinIntentMetadata[] — An array of <code>builtinIntentMetadata</code> objects, one for each intent in the response.
    - `signature` string — A unique identifier for the built-in intent. To find the signature for an intent, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/standard-intents">Standard Built-in Intents</a> in the <i>Alexa Skills Kit</i>.
    - `supportedLocales` Locale[] — A list of identifiers for the locales that the intent supports.
  - `nextToken` string — A pagination token that fetches the next page of intents. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, specify the pagination token in the next request.

## Other responses

- `480` — LimitExceededException
- `481` — InternalFailureException
- `482` — BadRequestException

---

[API](https://skmtc.net/aws/apis/lex-models.md) · [All operations](https://skmtc.net/aws/apis/lex-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/lex-models/versions/7b110b0aa60e/schema)
