---
title: "Get Skill"
method: GET
path: "/v2/skills/{skill_id}"
tags: ["Skills"]
---

# Get Skill

`GET /v2/skills/{skill_id}`

Retrieve the metadata for a single skill in the registry.

## Response `200`

Successfully retrieved the skill

- object
  - `skill_id` string
  - `display_name` string
  - `description` string

## Other responses

- `401` — UNAUTHORIZED
- `404` — Not Found

---

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