---
title: "Récupérer une Skill"
method: GET
path: "/skills/{skill_id}"
tags: ["Skills"]
---

# Récupérer une Skill

`GET /skills/{skill_id}`

Retourne les détails d'une skill spécifique.

## Path parameters

- `skill_id` string, required

## Response `200`

Détails de la skill

- SkillResponse
  - `_id` string
  - `name` string
  - `lang` string
  - `type` string
  - `user_id` string
  - `confidence` integer
  - `confidence_threshold` integer
  - `is_master_bot` boolean
  - `is_public` boolean
  - `is_shared` boolean
  - `is_template` boolean
  - `mute` boolean
  - `collaborators` string
  - `slave_bots` string[]
  - `graph` object
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `__v` integer

## Other responses

- `404` — Skill non trouvée

---

[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)
