---
title: "Get intent"
method: GET
path: "/intents/{intent_id}"
tags: ["Intents"]
---

# Get intent

`GET /intents/{intent_id}`

Returns available data of a specific intent

## Path parameters

- `intent_id` string, required

## Response `200`

successful operation

- IntentGet
  - `__v` integer
  - `updatedAt` string
  - `createdAt` string
  - `elements` string[]
  - `lang` string
  - `name` string
  - `slug` string
  - `user_id` string
  - `_id` string
  - `faq` boolean
  - `is_shared` boolean
  - `collaborators` string
  - `confidence_threshold` integer
  - `type` string
  - `is_amazon_supported` boolean
  - `is_censored` boolean
  - `is_public` boolean
  - `author` string
  - `author_id` string
  - `intent_id` string
  - `version` integer — version

## Other responses

- `400` — Invalid ID supplied
- `404` — intent not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
