---
title: "List skills"
method: GET
path: "/agent_config/skills"
tags: ["Business Agent - Knowledge - Skills"]
---

# List skills

`GET /agent_config/skills`

Retrieve a list of all AI skills for the specified entity.

## Query parameters

- `agent_id` string

## Headers

- `X-API-Version` '2.0.0'

## Response `200`

A list of all skills

- KnowledgeSkillsBizAIOmniChannelSkillsResponse[]
  - `channel` 'email' | 'instagram' | 'line' | 'messenger' | 'sms' | 'tiktok' | 'unknown' | 'webchat' | 'whatsapp', required
  - `created_at` integer
  - `description` string
  - `id` string, required
  - `metadata` object
  - `skill` string, required
  - `title` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `429` — Too many requests
- `500` — Server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
