---
title: "Returns patterns for the specific intent in a version of the application."
method: GET
path: "/apps/{appId}/versions/{versionId}/intents/{intentId}/patternrules"
---

# Returns patterns for the specific intent in a version of the application.

`GET /apps/{appId}/versions/{versionId}/intents/{intentId}/patternrules`

## Path parameters

- `appId` string, uuid, required
- `versionId` string, required
- `intentId` string, uuid, required

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

The retrieved patterns

- PatternRuleInfo[] — List of patterns
  - `id` string, uuid — The pattern ID.
  - `pattern` string — The pattern text.
  - `intent` string — The intent's name where the pattern belongs to.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/versions/a26a0f7e5a37/schema)
