---
title: "Lister toutes les Skills"
method: GET
path: "/skills/"
tags: ["Skills"]
---

# Lister toutes les Skills

`GET /skills/`

Retourne la liste de toutes les skills disponibles pour l'utilisateur courant.

## Query parameters

- `search` string

## Response `200`

Liste des skills

- 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

---

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