---
title: "Get skill"
method: GET
path: "/api/v4/routing/skills/{skill_id}"
tags: ["Routing"]
---

# Get skill

`GET /api/v4/routing/skills/{skill_id}`

Returns detailed information about a specific skill.

## Path parameters

- `skill_id` integer, required

## Response `200`

OK

- object
  - `skill` Skill
    - `id` integer — The unique identifier of the skill.
    - `name` string — The name of the skill.
    - `created_at` string, date-time — Timestamp when the skill was created (ISO 8601).
    - `updated_at` string, date-time — Timestamp when the skill was last updated (ISO 8601).

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Too many requests

---

[API](https://skmtc.net/voiso/apis/voiso-api.md) · [All operations](https://skmtc.net/voiso/apis/voiso-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voiso/voiso-api/revisions/3d34cfd8f064/schema)
