---
title: "List Skills"
method: GET
path: "/v2/skills"
tags: ["Skills"]
---

# List Skills

`GET /v2/skills`

List every skill in the registry. Skills are pre-built capabilities authored by Tavus that you can attach to a PAL - see [Skills](/sections/conversational-video-interface/skills/overview).

## Response `200`

Successfully retrieved the skill registry

- object
  - `data` object[]
    - `skill_id` string — The unique identifier of the skill. Used as the path parameter on the PAL skill endpoints.
    - `display_name` string
    - `description` string

## Other responses

- `401` — UNAUTHORIZED

---

[API](https://skmtc.dev/tavus/apis/tavus-developer-api-collection.md) · [All operations](https://skmtc.dev/tavus/apis/tavus-developer-api-collection/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tavus/tavus-developer-api-collection/revisions/c878e2f6508d/schema)
